pub type HookFuture<'a, E> = Pin<Box<dyn Future<Output = HookResult<E>> + Send + 'a>>;Available on crate feature
managed only.Expand description
The boxed future that should be returned by async hooks
Aliased Typeยง
pub struct HookFuture<'a, E> { /* private fields */ }