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

pub trait ValueType: ValueTypeDefault {
    fn unwrap(v: Value) -> Self;
fn type_name() -> &'static str; }

Required methods

Implementations on Foreign Types

Implementors