Type Alias Error

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

Aliased Typeยง

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