Trait shadow_rs::Format

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

Required Methods

Implementations on Foreign Types

Implementors