renew_with_config

Function renew_with_config 

Source
pub fn renew_with_config<H, T>(handler: H, config: RouteConfig) -> MethodRouter
where H: Handler<T>, T: Send + 'static,