Trait rbatis_sql::ops::From[][src]

pub trait From<T>: Sized {
    fn op_from(_: T) -> Self;
}

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors