Type Alias diesel::helper_types::FindBy
source ยท pub type FindBy<Source, Column, Value> = Filter<Source, Eq<Column, Value>>;
Expand description
Represents the return type of .filter(lhs.eq(rhs))
pub type FindBy<Source, Column, Value> = Filter<Source, Eq<Column, Value>>;
Represents the return type of .filter(lhs.eq(rhs))