pub type ArcAsyncErrorHandlerFunction<O> = Arc<dyn AsyncErrorHandlerFunction<Future = O>>;
Expand description
Aliased Type§
pub struct ArcAsyncErrorHandlerFunction<O> { /* private fields */ }
pub type ArcAsyncErrorHandlerFunction<O> = Arc<dyn AsyncErrorHandlerFunction<Future = O>>;
pub struct ArcAsyncErrorHandlerFunction<O> { /* private fields */ }