Type Alias Error

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

Aliased Typeยง

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