Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs747 pub enum TreeError<I, C = StrContext> { enum
794 impl<'i, I: ToOwned, C> TreeError<&'i I, C> implementation
805 impl<I, C> TreeError<I, C> impl
858 impl<I, C> ParserError<I> for TreeError<I, C> implementation
899 impl<I, C> AddContext<I, C> for TreeError<I, C> implementation
913 impl<I: Clone + Stream, C> FromRecoverableError<I, Self> for TreeError<I, C> { implementation
926 impl<I, C, E: std::error::Error + Send + Sync + 'static> FromExternalError<I, E> for TreeError<I, C> implementation
940 impl<I, C> TreeError<I, C> implementation
1002 impl<
1033 impl<I: Clone + fmt::Display, C: fmt::Display> fmt::Display for TreeError<I, C> { implementation