Struct lazytable::Table [] [src]

pub struct Table<'a> { /* fields omitted */ }

Methods

impl<'a> Table<'a>
[src]

[src]

[src]

Creates a table with a default config and width.

[src]

Set the title row.

[src]

Add a row.

[src]

Add multiple rows at once.

Trait Implementations

impl<'a> Default for Table<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Display for Table<'a>
[src]

[src]

Formats the value using the given formatter. Read more