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
impl Table[src]
impl Table[src]pub fn new(
headers: Vec<StyledString>,
data: Vec<Vec<StyledString>>,
theme: Theme
) -> Table[src]
headers: Vec<StyledString>,
data: Vec<Vec<StyledString>>,
theme: Theme
) -> Table