pub type jsonb_insert<B, J, R> = jsonb_insert<SqlTypeOf<B>, SqlTypeOf<J>, B, J, R>;
Available on crate feature
postgres_backend
only.Expand description
Return type of jsonb_insert(base, path, new_value)
Aliased Typeยง
struct jsonb_insert<B, J, R> { /* private fields */ }