Trait tptp::Parse[][src]

pub trait Parse<'a, E: Error<'a>>: Sized {
    fn parse(x: &'a [u8]) -> Result<'a, Self, E>;
}
Expand description

syntax items which have an associated parser

Required methods

Implementors