pub trait uDebug { fn fmt<W>(&self, &mut Formatter<'_, W>) -> Result<(), <W as uWrite>::Error> where W: uWrite + ?Sized; }
Just like core::fmt::Debug
core::fmt::Debug
Formats the value using the given formatter