Trait Tabular

Source
pub trait Tabular {
    // Required method
    fn table(&self, headers: bool) -> Table;
}

Required Methods§

Source

fn table(&self, headers: bool) -> Table

Implementations on Foreign Types§

Source§

impl<T: Debug> Tabular for Vec<Output<T>>

Source§

fn table(&self, headers: bool) -> Table

Implementors§