Type Definition shuttle_next::BoxError

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

Alias for a type-erased error type.