Trait mysql::value::IntoValue [] [src]

pub trait IntoValue {
    fn into_value(self) -> Value;
}

Implement this trait if you want to convert something to Value.

Required Methods

fn into_value(self) -> Value

Implementors