pub type jsonb_strip_nulls<jsonb> = jsonb_strip_nulls<<jsonb as Expression>::SqlType, jsonb>;Available on crate feature
postgres_backend only.Expand description
Return type of the jsonb_strip_nulls() SQL function.
Aliased Typeยง
pub struct jsonb_strip_nulls<jsonb> { /* private fields */ }