Skip to main content

TableFormat

Trait TableFormat 

Source
pub trait TableFormat {
    // Required method
    fn write_table(&self) -> Result<()>;
}
Expand description

Helper trait for types that can be formatted as tables

Required Methods§

Source

fn write_table(&self) -> Result<()>

Write this data as a formatted table

Implementors§