Skip to main content

DynError

Type Alias DynError 

Source
type DynError = Box<dyn StdError + Send + 'static>;
Expand description

A type-erased error type with the minimum features we need.

Aliased Typeยง

struct DynError(/* private fields */);