spacegate_plugin

Type Alias BoxError

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

A boxed error.

Aliased Typeยง

struct BoxError(/* private fields */);