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 */ }
pub type IsJsonObject<T> = IsJsonObject<T>;
postgres_backend
only.The return type of expr.is_json_object()
struct IsJsonObject<T> { /* private fields */ }