pub type jsonb_pretty<e> = jsonb_pretty<<e as Expression>::SqlType, e>;Available on crate feature
postgres_backend only.Expand description
Return type of the jsonb_pretty() SQL function.
Aliased Typeยง
pub struct jsonb_pretty<e> { /* private fields */ }