Type Definition zhou::HandlerFn

source · []
pub type HandlerFn<T> = Box<dyn Fn(&Context<'_, T>) + Sync + Send>;