Skip to main content

FullError

Trait FullError 

Source
pub trait FullError<I, E>:
    ParseError<I>
    + FromExternalError<I, E>
    + ContextError<I> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<I, E> FullError<I, E> for VerboseError<I>

Implementors§