Skip to main content

ServerHookFuture

Type Alias ServerHookFuture 

Source
pub type ServerHookFuture<'a> = Pin<Box<dyn Future<Output = Result<()>> + Send + 'a>>;
Expand description

Async return type used by server hook callbacks.

Aliased Typeยง

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