[][src]Trait hauptbuch_parser::line_parser::LineParser

pub trait LineParser {
    fn parse_line<'a>(line: &'a str) -> Result<Line<'a>, LineParserError>;
}

Required methods

fn parse_line<'a>(line: &'a str) -> Result<Line<'a>, LineParserError>

Loading content...

Implementors

impl LineParser for CombineLineParser[src]

impl LineParser for NomLineParser[src]

Loading content...