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