warp::route

Function set

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