Type Definition spa_rs::BoxError

[]
pub type BoxError = Box<dyn Error + Sync + Send + 'static, Global>;
Expand description

Alias for a type-erased error type.