json_remove_2

Type Alias json_remove_2 

Source
pub type json_remove_2<J, json, path_1, path_2> = json_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 json_remove_2()

Aliased Typeยง

pub struct json_remove_2<J, json, path_1, path_2> { /* private fields */ }