Type Alias LineNameIter

Source
type LineNameIter<'a> = Map<Iter<'a, OwnedSlice<CustomIdent>>, fn(&OwnedSlice<CustomIdent>) -> Map<Iter<'_, CustomIdent>, for<'c> fn(&'c CustomIdent) -> &'c Atom>>;

Aliased Typeยง

struct LineNameIter<'a> { /* private fields */ }