Trait typed_sql::query::predicate::Operator[][src]

pub trait Operator {
    fn write_operator(sql: &mut String);
}

Required methods

Implementors