deadpool::managed

Type Alias HookFuture

source
pub type HookFuture<'a, E> = Pin<Box<dyn Future<Output = HookResult<E>> + Send + 'a>>;
Expand description

The boxed future that should be returned by async hooks

Aliased Typeยง

struct HookFuture<'a, E> {}