diesel::dsl

Type Alias IsJsonObject

Source
pub type IsJsonObject<T> = IsJsonObject<T>;
Available on crate feature postgres_backend only.
Expand description

The return type of expr.is_json_object()

Aliased Typeยง

struct IsJsonObject<T> { /* private fields */ }