Type Definition feattle::BoxError

source ·
pub type BoxError = Box<dyn Error + Sync + Send, Global>;
Expand description

Represents a type-erased error that comes from some external source