Trait sea_query::value::ValueType[][src]

pub trait ValueType {
    fn unwrap(v: Value) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors