[][src]Trait mysql_async::prelude::ToValue

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

Required methods

fn to_value(&self) -> Value

Loading content...

Implementors

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

Loading content...