Trait akita::SqlSegment[][src]

pub trait SqlSegment {
    fn get_sql_segment(&self) -> String;
}

Required methods

Implementors