BoxedErrorList

Type Alias BoxedErrorList 

Source
pub type BoxedErrorList = ErrorList<BoxedError>;
Expand description

The wrapper error type produced by BoxedStash.

A type alias for ErrorList<BoxedError>.

Aliased Typeยง

pub struct BoxedErrorList { /* private fields */ }