pub trait WhereExt {
    fn iter_where(&self) -> Option<Iter<'_, Relation>>;
}

Required Methods

Implementors