pub type jsonb_remove_2<json, path_1, path_2> = jsonb_remove_2<<json as Expression>::SqlType, json, path_1, path_2>;
Available on crate feature
sqlite
only.Expand description
Return type of the jsonb_remove_2()
SQL function.
Aliased Typeยง
pub struct jsonb_remove_2<json, path_1, path_2> { /* private fields */ }