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