Searched defs:TreeErrorContext (Results 1 – 1 of 1) sorted by relevance
786 pub struct TreeErrorContext<I, C = StrContext> { struct788 pub input: I,790 pub context: C,992 impl<I: Clone + fmt::Display, C: fmt::Display> fmt::Display for TreeErrorContext<I, C> { implementation