Trait sea_query::query::IntoCondition[][src]

pub trait IntoCondition {
    fn into_condition(self) -> Condition;
}

Required methods

Implementors