Trait mysql::prelude::ConvIr

source ·
pub trait ConvIr<T>: Sized {
    fn new(v: Value) -> Result<Self, FromValueError>;
    fn commit(self) -> T;
    fn rollback(self) -> Value;
}
Expand description

Basic operations on FromValue conversion intermediate result.

See FromValue

Required Methods§

Implementors§