Skip to main content

HandlerFn

Type Alias HandlerFn 

Source
pub type HandlerFn = Arc<dyn for<'a> Fn(BoxAnySend, &'a AppContext) -> HandlerFuture<'a> + Send + Sync>;
Expand description

处理器函数类型

Aliased Type§

pub struct HandlerFn { /* private fields */ }