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