logo

Function poem::patch

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

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