Skip to main content

BoxError

Type Alias BoxError 

Source
pub type BoxError = Box<dyn StageError>;
Expand description

Boxed stage error. Carried by Error variants.

Aliased Typeยง

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