Trait diesel::query_builder::where_clause::WhereAnd [] [src]

pub trait WhereAnd<Predicate> {
    type Output;
    fn and(self, predicate: Predicate) -> Self::Output;
}

Associated Types

Required Methods

Implementors