IsNotJsonObject

Type Alias IsNotJsonObject 

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

The return type of expr.is_not_json_object()

Aliased Typeยง

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