Trait rbatis::From[][src]

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

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors