Lines Matching defs:fmt
97 impl std::fmt::Display for Str {99 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {100 std::fmt::Display::fmt(self.as_str(), f)104 impl std::fmt::Debug for Str {106 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {107 std::fmt::Debug::fmt(self.as_str(), f)