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