IntoDataRow

Trait IntoDataRow 

Source
pub trait IntoDataRow {
    // Required method
    fn into_data_row(self) -> DataRow;
}
Expand description

Helper trait for converting various data types to DataRow

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoDataRow for HashMap<String, String>

Source§

impl<const N: usize> IntoDataRow for [(&str, &str); N]

Implementors§