RemoveFromJsonb

Type Alias RemoveFromJsonb 

Source
pub type RemoveFromJsonb<Lhs, Rhs, ST> = Grouped<RemoveFromJsonb<Lhs, AsExprOf<Rhs, ST>>>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of lhs.remove(rhs)

Aliased Typeยง

pub struct RemoveFromJsonb<Lhs, Rhs, ST>(/* private fields */);