Lines Matching defs:fmt
2 use std::fmt;48 impl fmt::Display for Error {49 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {250 impl fmt::Display for Rfc3339Timestamp {251 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {260 return Err(fmt::Error);