diesel::pg::expression::dsl

Type Alias jsonb_typeof

source
pub type jsonb_typeof<E, e> = jsonb_typeof<E, <e as AsExpression<E>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of jsonb_typeof()

Aliased Typeยง

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