Type Alias shuttle_next::BoxError

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

Alias for a type-erased error type.