Skip to main content

json_extract_json_1

Type Alias json_extract_json_1 

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

The return type of json_extract_json_1()

Aliased Typeยง

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