Type Definition scsys::BoxError

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

Defines a dynamic standard error with send, sync, and static features