Skip to main content

HumanReadable

Trait HumanReadable 

Source
pub trait HumanReadable {
    // Required method
    fn human_readable(&self) -> String;
}
Expand description

Trait for types that can format themselves for human-readable output

Required Methods§

Source

fn human_readable(&self) -> String

Return a human-readable string representation

Implementors§