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

Required Methods

Implementations on Foreign Types

Implementors