matrix_sdk::oidc::error

Type Alias BoxError

Source
pub type BoxError = Box<dyn Error + Send + Sync>;
Available on crate feature experimental-oidc only.
Expand description

Alias for a type-erased error type.

Aliased Typeยง

struct BoxError(/* private fields */);