Type Alias matrix_sdk::oidc::error::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 */);