Type Alias Cause

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

Aliased Typeยง

struct Cause(/* private fields */);