pub trait WithTitle {
    fn with_title(self) -> TableStruct;
}
Available on crate features title or derive only.
Expand description

Trait for creating a table with titles at the top

Required Methods

Creates a table with title at the top

Implementors