pub type jsonb_array_1<value_1> = jsonb_array_1<<value_1 as Expression>::SqlType, value_1>;
Available on crate feature
sqlite
only.Expand description
Return type of the jsonb_array_1()
SQL function.
Aliased Typeยง
pub struct jsonb_array_1<value_1> { /* private fields */ }