diesel::helper_types

Type Alias jsonb_strip_nulls

source
pub type jsonb_strip_nulls<E> = jsonb_strip_nulls<SqlTypeOf<E>, E>;
Available on crate feature postgres_backend only.
Expand description

Return type of jsonb_strip_nulls(jsonb)

Aliased Typeยง

struct jsonb_strip_nulls<E> { /* private fields */ }