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
sourcefn with_title(self) -> TableStruct
fn with_title(self) -> TableStruct
Creates a table with title at the top