Lines Matching defs:fmt
1 use std::fmt;33 impl fmt::Display for Error {34 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {36 Error::Syntax(ref err) => err.fmt(f),51 impl fmt::Debug for Error {52 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {