Skip to main content

json_extract_string

Type Alias json_extract_string 

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

The return type of json_extract_string()

Aliased Typeยง

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