Function warp::route::set

source ยท
pub(crate) fn set<F, U>(r: &RefCell<Route>, func: F) -> U
where F: FnOnce() -> U,