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

Required Methods§

Implementors§