Home
last modified time | relevance | path

Searched defs:VerboseError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nom/src/
Derror.rs74 pub struct VerboseError<I> { struct
77 pub errors: crate::lib::std::vec::Vec<(I, VerboseErrorKind)>, argument
93 impl<I> ParseError<I> for VerboseError<I> { implementation