pub type array_shuffle<Arr, array> = array_shuffle<Arr, <array as AsExpression<Arr>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of array_shuffle()
Aliased Typeยง
struct array_shuffle<Arr, array> { /* private fields */ }