Skip to main content

HandlerFuture

Type Alias HandlerFuture 

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

Boxed future type for handler operations, enabling object safety.

Aliased Typeยง

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