Type Definition diesel::helper_types::AsExprOf[][src]

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

The type of Item when converted to an expression of Type