jsonb_pretty

Type Alias jsonb_pretty 

Source
pub type jsonb_pretty<e> = jsonb_pretty<<e as Expression>::SqlType, e>;
Expand description

Return type of the jsonb_pretty() SQL function.

Aliased Typeยง

pub struct jsonb_pretty<e> { /* private fields */ }