pub type Handler = Arc<dyn Fn(Session) -> BoxFuture<'static, ()> + Send + Sync>;
Handler function type.
pub struct Handler { /* private fields */ }