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

Aliased Type§

struct BoxError(/* private fields */);