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