Struct nu_table::Table [−][src]
pub struct Table {
pub headers: Vec<StyledString>,
pub data: Vec<Vec<StyledString>>,
pub theme: Theme,
}Fields
headers: Vec<StyledString>data: Vec<Vec<StyledString>>theme: ThemeImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tableimpl UnwindSafe for Table