Type Alias hyper::error::Cause

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

Aliased Type§

struct Cause(/* private fields */);