Skip to main content

FromOffsetDateTime

Trait FromOffsetDateTime 

Source
pub trait FromOffsetDateTime {
    // Required methods
    fn _to_unix_string(&self) -> Result<String, AppError>;
    fn to_iso_string(&self) -> Result<String, AppError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl FromOffsetDateTime for OffsetDateTime

Implementors§