IsJsonObject

Type Alias IsJsonObject 

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

The return type of expr.is_json_object()

Aliased Typeยง

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