Trait mysql_common::value::convert::ToValue[][src]

pub trait ToValue {
    fn to_value(&self) -> Value;
}

Required methods

Implementors