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