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

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

Required methods

fn to_value(&self) -> Value

Loading content...

Implementors

impl<T: Into<Value> + Clone> ToValue for T[src]

Loading content...