Skip to main content

json_insert_0

Type Alias json_insert_0 

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

Return type of the json_insert_0() SQL function.

Aliased Typeยง

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