diesel::helper_types

Type Alias jsonb_pretty

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

Return type of jsonb_pretty(jsonb)

Aliased Typeยง

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