pub type jsonb_remove_2<J, json, path_1, path_2> = jsonb_remove_2<J, <json as AsExpression<J>>::Expression, <path_1 as AsExpression<Text>>::Expression, <path_2 as AsExpression<Text>>::Expression>;
Available on crate feature
sqlite
only.Expand description
The return type of jsonb_remove_2()
Aliased Typeยง
pub struct jsonb_remove_2<J, json, path_1, path_2> { /* private fields */ }