jsonb_strip_nulls

Type Alias jsonb_strip_nulls 

Source
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ยง

pub struct jsonb_strip_nulls<E, jsonb> { /* private fields */ }