pub type TextLines<'a> = Lines<'a, Map<Iter<'a, Info>, fn(_: &Info) -> Range<usize>>>;
An alias for the line iterator yielded by Text::lines.
Text::lines
struct TextLines<'a> { /* private fields */ }