Trait tptp::Error

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

an alias for nom’s ParseError

Implementors