Struct TmFmt
time
pub struct TmFmt<'a> { /* fields omitted */ }
A wrapper around a Tm and format string that implements Display.
Tm
impl<'a> Display for TmFmt<'a>
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Debug for TmFmt<'a>
fn fmt(&self, f: &mut Formatter) -> Result
impl<'a> Send for TmFmt<'a>
impl<'a> Sync for TmFmt<'a>