pub type jsonb_strip_nulls<E, jsonb> = jsonb_strip_nulls<E, <jsonb as AsExpression<E>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of jsonb_strip_nulls()
Aliased Typeยง
struct jsonb_strip_nulls<E, jsonb> { /* private fields */ }