Type Alias diesel::dsl::RemoveByPathFromJsonb

source ·
pub type RemoveByPathFromJsonb<Lhs, Rhs> = Grouped<RemoveByPathFromJsonb<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Available on crate feature postgres_backend only.
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>