Skip to main content

BoxError

Type Alias BoxError 

Source
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Expand description

A boxed underlying error source (same shape as the host’s mocra::BoxError).

Aliased Type§

pub struct BoxError(/* private fields */);