Type Alias spacegate_kernel::BoxError

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

A boxed error.

Aliased Type§

struct BoxError(/* private fields */);