Type Alias jsonb_remove_1

Source
pub type jsonb_remove_1<json, path_1> = jsonb_remove_1<<json as Expression>::SqlType, json, path_1>;
Expand description

Return type of the jsonb_remove_1() SQL function.

Aliased Typeยง

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