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