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