Skip to main content

DynError

Type Alias DynError 

Source
pub type DynError = Box<dyn Error>;
Expand description

Boxed error type used by all public functions in this module.

Aliased Typeยง

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