Skip to main content

ErrorDatum

Type Alias ErrorDatum 

Source
type ErrorDatum = Box<dyn Serialize + Send + 'static>;
Expand description

Alias for a type-erased value used in an error’s data field

Aliased Type§

struct ErrorDatum(/* private fields */);