Type Definition hyper_routing::Handler

source · []
pub type Handler = fn(_: Request<Body>) -> Response<Body>;