Skip to main content

HandlerFuture

Type Alias HandlerFuture 

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

Type alias for the boxed future returned by handlers.

Aliased Typeยง

pub struct HandlerFuture { /* private fields */ }