Struct time::TmFmt [-]  [+] [src]

pub struct TmFmt<'a> {
    // some fields omitted
}

A wrapper around a Tm and format string that implements Show.

Trait Implementations

impl<'a> String for TmFmt<'a>

fn fmt(&self, fmt: &mut Formatter) -> Result

impl<'a> Show for TmFmt<'a>

fn fmt(&self, f: &mut Formatter) -> Result