warp::route

Function with

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