diesel::dsl

Type Alias jsonb_set

Source
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

Aliased Typeยง

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