Trait rbatis_sql::ops::From

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

Required Methods

Performs the conversion.

Implementations on Foreign Types

Implementors