Trait tptp::Error[][src]

pub trait Error<'a>: ParseError<&'a [u8]> { }
Expand description

an alias for nom’s ParseError

Implementors