Trait mysql::value::ToRow [] [src]

pub trait ToRow {
    fn to_row(self) -> Vec<Value>;
}

Required Methods

fn to_row(self) -> Vec<Value>

Implementors