Lines Matching defs:fmt
7 use std::fmt;
125 impl fmt::Display for Error {
126 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
127 crate::error::Formatter::from(self).fmt(f)
131 impl fmt::Display for ErrorKind {
132 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
171 /// Also, an `Hir`'s `fmt::Display` implementation prints an HIR as a regular
733 impl fmt::Display for Hir {
734 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
978 impl fmt::Debug for ClassUnicodeRange {
979 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1264 impl fmt::Debug for ClassBytesRange {
1265 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {