Type Alias diesel::helper_types::RemoveByPathFromJsonb
source · pub type RemoveByPathFromJsonb<Lhs, Rhs> = Grouped<RemoveByPathFromJsonb<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Expand description
The return type of lhs.remove_by_path(rhs)
Aliased Type§
struct RemoveByPathFromJsonb<Lhs, Rhs>(pub RemoveByPathFromJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);
Fields§
§0: RemoveByPathFromJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>