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