IsNotJsonArray

Type Alias IsNotJsonArray 

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

The return type of expr.is_not_json_array()

Aliased Typeยง

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