Trait deuterium::ToInsertValue [] [src]

pub trait ToInsertValue<T> {
    fn to_insert_val(&self) -> InsertValue<T>;
}

Required Methods

Implementors