Skip to main content

BoxError

Type Alias BoxError 

Source
pub type BoxError = Box<dyn StdError + Send + Sync>;
Expand description

The error type a transport may fail with: any error that can cross threads.

Aliased Typeยง

pub struct BoxError(/* private fields */);