Type Alias deadpool::managed::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> {}