Type Alias RouteFn

Source
pub type RouteFn = dyn Fn(RequestContext<'_>, &mut ResponseHandle) -> Result<()> + Send + Sync;