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

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

The type of Item when converted to an expression of Type