pub type jsonb_extract_jsonb_1<J, json, text_1> = jsonb_extract_jsonb_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 jsonb_extract_jsonb_1()
Aliased Typeยง
pub struct jsonb_extract_jsonb_1<J, json, text_1> { /* private fields */ }