Function move_stdlib::utils::time_it

source ·
pub fn time_it<F, R>(msg: &str, f: F) -> Rwhere
    F: FnOnce() -> R,