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