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