data_table

Function data_table 

Source
pub fn data_table<'a, R>(input: impl IntoIterator<Item = &'a R>) -> Table<'a>
where R: IntoRow + 'a,