Type Alias array_shuffle

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