Trait datetime::ISO [] [src]

pub trait ISO: Sized {
    fn fmt(&self, f: &mut Formatter) -> Result;

    fn iso(&self) -> ISOString<Self> { ... }
}

Required Methods

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

Provided Methods

fn iso(&self) -> ISOString<Self>

Implementors