Error

Type Alias Error 

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

Aliased Typeยง

struct Error(/* private fields */);