Skip to main content

IsJsonArray

Type Alias IsJsonArray 

Source
pub type IsJsonArray<T> = IsJsonArray<T>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

The return type of expr.is_json_array()

Aliased Typeยง

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