Type Alias BoxError

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

Aliased Typeยง

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