Trait shadow_rs::Format

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

Required Methods§

Implementations on Foreign Types§

source§

impl Format for OffsetDateTime

Implementors§