Lines Matching defs:fmt
7 use std::fmt;
222 impl fmt::Display for Error {
223 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
224 crate::error::Formatter::from(self).fmt(f)
228 impl fmt::Display for ErrorKind {
229 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
330 impl fmt::Debug for Span {
331 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
363 impl fmt::Debug for Position {
364 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
463 /// An `Ast`'s `fmt::Display` implementation uses constant stack space and heap
544 impl fmt::Display for Ast {
545 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {