logo

Function poem::get

source · []
pub fn get<E>(ep: E) -> RouteMethodwhere
    E: IntoEndpoint,
    E::Endpoint: 'static,
Expand description

A helper function, similar to RouteMethod::new().get(ep).