Type Alias Rh

Source
pub type Rh = RequestHandler;

Aliased Type§

pub struct Rh {
    pub handler: fn(&Request) -> Response,
}

Fields§

§handler: fn(&Request) -> Response