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 */ }pub type BoxedErrorList = ErrorList<BoxedError>;The wrapper error type produced by BoxedStash.
A type alias for ErrorList<BoxedError>.
pub struct BoxedErrorList { /* private fields */ }