Type Alias ErrorBoxed

Source
pub type ErrorBoxed = Box<dyn Error + Send + Sync + 'static>;

Aliased Typeยง

struct ErrorBoxed(/* private fields */);