pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed dyn std Error used in actor hooks.
struct BoxError(/* private fields */);