HumanReadable

Trait 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§