[][src]Function hauptbuch_parser::parsers::_combine::line::line

pub fn line<'a, I>() -> impl Parser<Input = I, Output = Line<'a>> where
    I: RangeStream<Item = char, Range = &'a str>,
    I::Error: ParseError<I::Item, I::Range, I::Position>,