Trait putzen_cli::HumanReadable

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

Required Methods§

Implementations on Foreign Types§

source§

impl HumanReadable for usize

Implementors§