Trait rbatis::AsSql[][src]

pub trait AsSql {
    fn as_sql(&self) -> String;
}

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors