Trait rbatis::rbatis::AsSqlTag[][src]

pub trait AsSqlTag {
    fn sql_tag(&self) -> char;
fn do_replace_tag(&self, sql: &mut String); }

Required methods

Implementors