pub type HandlerFn = Arc<dyn Fn(Request) -> Pin<Box<dyn Future<Output = Result<Response<Full<Bytes>>, OxiHttpError>> + Send>> + Send + Sync>;Expand description
Type alias for the handler function signature.
Aliased Typeยง
pub struct HandlerFn { /* private fields */ }