Lines Matching defs:fmt
86 impl std::fmt::Display for Id {88 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {89 std::fmt::Display::fmt(self.as_str(), f)93 impl std::fmt::Debug for Id {95 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {96 std::fmt::Debug::fmt(self.as_str(), f)