Type Alias ArcAsyncErrorHandlerFunction

Source
pub type ArcAsyncErrorHandlerFunction<O> = Arc<dyn AsyncErrorHandlerFunction<Future = O>>;
Expand description

Arc-wrapped asynchronous error handler function.

§Type Parameters

  • O - The future type.

Aliased Type§

pub struct ArcAsyncErrorHandlerFunction<O> { /* private fields */ }