fn from()

in src/common/src/time_ext.rs [77:79]


    fn from(t: Duration) -> ReadableDuration {
        ReadableDuration(t)
    }