[−][src]Type Definition diesel::helper_types::AsExprOf
type AsExprOf<Item, Type> = <Item as AsExpression<Type>>::Expression;
The type of Item
when converted to an expression of Type
type AsExprOf<Item, Type> = <Item as AsExpression<Type>>::Expression;
The type of Item
when converted to an expression of Type