☰
In move_stdlib::utils
?
Function
move_stdlib
::
utils
::
time_it
source
·
[
−
]
pub fn time_it<F, R>(msg: &
str
, f: F) -> R
where F:
FnOnce
() -> R,