logo

Function poem::connect

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

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