Type Definition 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