jsonb_remove_0

Type Alias jsonb_remove_0 

Source
pub type jsonb_remove_0<J, json> = jsonb_remove_0<J, <json as AsExpression<J>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of jsonb_remove_0()

Aliased Typeยง

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