pub type RemoveFromJsonb<Lhs, Rhs, ST> = Grouped<RemoveFromJsonb<Lhs, AsExprOf<Rhs, ST>>>;
Expand description
The return type of lhs.remove(rhs)
Aliased Typeยง
struct RemoveFromJsonb<Lhs, Rhs, ST>(/* private fields */);
pub type RemoveFromJsonb<Lhs, Rhs, ST> = Grouped<RemoveFromJsonb<Lhs, AsExprOf<Rhs, ST>>>;
The return type of lhs.remove(rhs)
struct RemoveFromJsonb<Lhs, Rhs, ST>(/* private fields */);