json_remove_1

Type Alias json_remove_1 

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

Aliased Typeยง

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