Skip to main content

BoxError

Type Alias BoxError 

Source
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Expand description

The underlying cause carried by Error::Config, Error::InvalidRequest and Error::Connection, available through std::error::Error::source.

Aliased Typeยง

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