Trait TableContainer

Source
pub trait TableContainer: Display {
    // Required methods
    fn table(&self) -> Table;
    fn markdown_table(&self) -> Table;
    fn html_table(&self) -> HtmlTable;
}

Required Methods§

Source

fn table(&self) -> Table

Source

fn markdown_table(&self) -> Table

Source

fn html_table(&self) -> HtmlTable

Implementors§