Skip to main content

json

Type Alias json 

Source
pub type json<e> = json<<e as Expression>::SqlType, e>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

Return type of the json() SQL function.

Aliased Typeยง

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