Skip to main content

BeforeFuture

Type Alias BeforeFuture 

Source
pub type BeforeFuture<'a> = Pin<Box<dyn Future<Output = HookResult> + Send + 'a>>;

Aliased Type§

pub struct BeforeFuture<'a> { /* private fields */ }