pub type ArcErrorHandle = Arc<ErrorHandleFn>;Expand description
A type alias for arc-wrapped error handling function.
Aliased Typeยง
pub struct ArcErrorHandle { /* private fields */ }pub type ArcErrorHandle = Arc<ErrorHandleFn>;A type alias for arc-wrapped error handling function.
pub struct ArcErrorHandle { /* private fields */ }