Type Alias Error

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

Aliased Typeยง

struct Error(/* private fields */);