Skip to main content

BoxedHandlerError

Type Alias BoxedHandlerError 

Source
pub type BoxedHandlerError = Box<dyn Error + Send>;
Expand description

A boxed error returned from a Kompact handler.

Aliased Typeยง

pub struct BoxedHandlerError(/* private fields */);