pub trait HumanReadable {
    fn as_human_readable(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors