Type Alias diesel::dsl::AsExprOf

source ·
pub type AsExprOf<Item, Type> = <Item as AsExpression<Type>>::Expression;
Expand description

The type of Item when converted to an expression of Type