pub trait IntoDataRow {
// Required method
fn into_data_row(self) -> DataRow;
}Expand description
Helper trait for converting various data types to DataRow
pub trait IntoDataRow {
// Required method
fn into_data_row(self) -> DataRow;
}Helper trait for converting various data types to DataRow