Trait datetime::ISO
[−]
[src]
pub trait ISO: Sized { fn fmt(&self, f: &mut Formatter) -> Result; fn iso(&self) -> ISOString<Self> { ... } }
Required Methods
Provided Methods
fn iso(&self) -> ISOString<Self>
Implementors
impl ISO for LocalDateimpl ISO for LocalTimeimpl ISO for LocalDateTimeimpl ISO for Offsetimpl ISO for OffsetDateTime