Trait ufmt_stdio::uDebug
source · [−]pub trait uDebug {
fn fmt<W>(&self, &mut Formatter<'_, W>) -> Result<(), <W as uWrite>::Error>
where
W: uWrite + ?Sized;
}
Expand description
Just like core::fmt::Debug
pub trait uDebug {
fn fmt<W>(&self, &mut Formatter<'_, W>) -> Result<(), <W as uWrite>::Error>
where
W: uWrite + ?Sized;
}
Just like core::fmt::Debug