Skip to main content

BoxError

Type Alias BoxError 

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

A reducer error erased to a trait object โ€” the uniform reducer-error type the Store surface exposes across reducers.

Aliased Typeยง

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