Type Definition diesel::helper_types::AsExprOf [−][src]
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