pub trait IntoActiveValue<V>where
    V: Into<Value>,
{ fn into_active_value(self) -> ActiveValue<V>; }
Expand description

Constraints to perform the conversion of a type into an ActiveValue

Required Methods§

Method to perform the conversion

Implementations on Foreign Types§

Implementors§