Type Alias diesel::dsl::RemoveFromJsonb

source ·
pub type RemoveFromJsonb<Lhs, Rhs, ST> = Grouped<RemoveFromJsonb<Lhs, AsExprOf<Rhs, ST>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.remove(rhs)

Aliased Type§

struct RemoveFromJsonb<Lhs, Rhs, ST>(pub RemoveFromJsonb<Lhs, <Rhs as AsExpression<ST>>::Expression>);

Fields§

§0: RemoveFromJsonb<Lhs, <Rhs as AsExpression<ST>>::Expression>