diesel::dsl

Type Alias jsonb_typeof

Source
pub type jsonb_typeof<E> = jsonb_typeof<SqlTypeOf<E>, E>;
Available on crate feature postgres_backend only.
Expand description

Return type of jsonb_typeof(jsonb)

Aliased Typeยง

struct jsonb_typeof<E> { /* private fields */ }