Type Alias scsys_core::types::BoxError

source ·
pub type BoxError = Box<dyn Error>;
Expand description

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

Aliased Type§

struct BoxError(/* private fields */);