Searched defs:TreeErrorBase (Results 1 – 1 of 1) sorted by relevance
774 pub struct TreeErrorBase<I> { struct776 pub input: I,778 pub kind: ErrorKind,780 pub cause: Option<Box<dyn std::error::Error + Send + Sync + 'static>>,977 impl<I: Clone + fmt::Display> fmt::Display for TreeErrorBase<I> { implementation