Skip to main content

to_jsonb

Type Alias to_jsonb 

Source
pub type to_jsonb<e> = to_jsonb<<e as Expression>::SqlType, e>;
Available on crate feature postgres_backend only.
Expand description

Return type of the to_jsonb() SQL function.

Aliased Typeยง

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