Skip to main content

Handler

Type Alias Handler 

Source
pub type Handler = Arc<dyn Fn(Session) -> BoxFuture<'static, ()> + Send + Sync>;
Expand description

Handler function type.

Aliased Typeยง

pub struct Handler { /* private fields */ }