Lines Matching defs:fmt
7 use crate::lib::std::fmt;
92 impl<I: fmt::Display> fmt::Display for Error<I> {
93 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
99 impl<I: fmt::Debug + fmt::Display> std::error::Error for Error<I> {}
210 impl<I: fmt::Display> fmt::Display for VerboseError<I> {
211 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
226 impl<I: fmt::Debug + fmt::Display> std::error::Error for VerboseError<I> {}
255 use crate::lib::std::fmt::Write;
590 pub fn dbg_dmp<'a, F, O, E: std::fmt::Debug>(