Type Alias diesel::helper_types::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
pub type AsExprOf<Item, Type> = <Item as AsExpression<Type>>::Expression;
The type of Item
when converted to an expression of Type