Function warp::route::with

source ยท
pub(crate) fn with<F, R>(func: F) -> R
where F: FnOnce(&mut Route) -> R,