Enum winnow::error::TreeErrorFrame
source · pub enum TreeErrorFrame<I, C = StrContext> {
Kind(TreeErrorBase<I>),
Context(TreeErrorContext<I, C>),
}
Expand description
See TreeError::Stack
pub enum TreeErrorFrame<I, C = StrContext> {
Kind(TreeErrorBase<I>),
Context(TreeErrorContext<I, C>),
}
See TreeError::Stack