diesel::pg::expression::dsl

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 */ }