Function human_time::human_time

source ·
pub fn human_time(d: Duration) -> String
Examples found in repository?
src/lib.rs (line 23)
22
23
24
    fn to_human_time_string(&self) -> String {
        crate::human_time(*self)
    }