Type Alias jsonb_insert

Source
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

Aliased Typeยง

struct jsonb_insert<B, J, R> { /* private fields */ }