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ยง
pub struct RemoveFromJsonb<Lhs, Rhs, ST>(/* private fields */);