[][src]Trait tml_parser::parser::ParserTrait

pub trait ParserTrait {
    fn parse(&mut self) -> Result<Workout, ParsingError>;
}

Required methods

fn parse(&mut self) -> Result<Workout, ParsingError>

Loading content...

Implementors

impl ParserTrait for Parser[src]

Loading content...