Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/src/
Derror.rs39 pub trait ContextError<I>: Sized { interface
113 impl<I> ContextError<I> for (I, ErrorKind) {} impl
127 impl<I> ContextError<I> for () {} impl