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 */ }