Lines Matching defs:fmt
3 use std::fmt;73 impl fmt::Display for Duration {74 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {75 format_duration(self.0).fmt(f)103 impl fmt::Display for Timestamp {104 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {105 format_rfc3339(self.0).fmt(f)