Type Definition block_tools::db::use_diesel::helper_types::AsExpr[][src]

type AsExpr<Item, TargetExpr> = <Item as AsExpression<<TargetExpr as Expression>::SqlType>>::Expression;

The type of Item when converted to an expression with the same type as TargetExpr