pub type RemoveByPath<Lhs, Rhs> = RemoveByPathFromJsonb<Lhs, Rhs>;
Available on crate feature
postgres_backend
only.Aliased Type§
struct RemoveByPath<Lhs, Rhs>(pub RemoveByPathFromJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);
Fields§
§0: RemoveByPathFromJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>