ToDataTable

Trait ToDataTable 

Source
pub trait ToDataTable {
    // Required method
    fn to_datatable(&self) -> Result<DataTable>;
}
Expand description

Helper trait for converting to DataTable

Required Methods§

Source

fn to_datatable(&self) -> Result<DataTable>

Convert the data source to a DataTable structure

Implementors§