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[src]

Loading content...

Provided methods

fn iso(&self) -> ISOString<'_, Self>[src]

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...