[][src]Trait datetime::ISO

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

Loading content...

Provided methods

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

Loading content...

Implementors

impl ISO for LocalDate[src]

impl ISO for LocalDateTime[src]

impl ISO for LocalTime[src]

impl ISO for Offset[src]

impl ISO for OffsetDateTime[src]

Loading content...