Skip to main content

json_set_1

Type Alias json_set_1 

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

The return type of json_set_1()

Aliased Typeยง

pub struct json_set_1<J, V1, json, path_1, value_1> { /* private fields */ }