Type Definition scsys::BoxError

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

Type alias for a boxed error with send, sync, and static flags enabled