Type Alias BoxError

Source
pub type BoxError = Box<dyn StdError + Send + Sync>;
Expand description

Alias for a type-erased error type.

See the module level documentation for more information.

Aliased Typeยง

pub struct BoxError(/* private fields */);