pub type json_extract_json_2<J, json, text_1, text_2> = json_extract_json_2<J, <json as AsExpression<J>>::Expression, <text_1 as AsExpression<Text>>::Expression, <text_2 as AsExpression<Text>>::Expression>;Available on crate feature
__sqlite-shared only.Expand description
The return type of json_extract_json_2()
Aliased Typeยง
pub struct json_extract_json_2<J, json, text_1, text_2> { /* private fields */ }