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