Type Alias json_array_length

Source
pub type json_array_length<E, json> = json_array_length<E, <json as AsExpression<E>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of json_array_length()

Aliased Type§

struct json_array_length<E, json> { /* private fields */ }