Trait thrift_parser::Parser[][src]

pub trait Parser<'a>: Sized {
    fn parse(input: &'a str) -> IResult<&'a str, Self>;
}

Required methods

Implementors