shadow_rs

Trait Format

Source
pub trait Format {
    // Required method
    fn human_format(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Format for OffsetDateTime

Implementors§