pub type IsNotJson<T> = IsNotJson<T>;
Available on crate feature
postgres_backend
only.Expand description
The return type of expr.is_not_json()
Aliased Typeยง
struct IsNotJson<T> { /* private fields */ }
pub type IsNotJson<T> = IsNotJson<T>;
postgres_backend
only.The return type of expr.is_not_json()
struct IsNotJson<T> { /* private fields */ }