fn from()

in src/common/src/time_ext.rs [83:85]


    fn from(readable: ReadableDuration) -> Duration {
        readable.0
    }