Skip to main content

HumanRenderable

Trait HumanRenderable 

Source
pub trait HumanRenderable {
    // Required method
    fn render_human(&self, ctx: &OutputContext);
}
Expand description

Trait for types that can be rendered to the terminal in human-readable format.

Required Methods§

Source

fn render_human(&self, ctx: &OutputContext)

Render this value to the terminal.

Implementors§