Skip to main content

json_insert_0

Type Alias json_insert_0 

Source
pub type json_insert_0<J, json> = json_insert_0<J, <json as AsExpression<J>>::Expression>;
Available on crate feature __sqlite-shared only.
Expand description

The return type of json_insert_0()

Aliased Typeยง

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