Type Alias json_group_array

Source
pub type json_group_array<E, elements> = json_group_array<E, <elements as AsExpression<E>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of json_group_array()

Aliased Type§

struct json_group_array<E, elements> { /* private fields */ }