Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs786 pub struct TreeErrorContext<I, C = StrContext> { struct
788 pub input: I,
790 pub context: C,
992 impl<I: Clone + fmt::Display, C: fmt::Display> fmt::Display for TreeErrorContext<I, C> { implementation