warp
0.3.7
In warp::
route
warp
::
route
Function
set
Copy item path
source
pub(crate) fn set<F, U>(r: &
RefCell
<
Route
>, func: F) -> U
where F:
FnOnce
() -> U,