Type Alias diesel::pg::expression::functions::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 */ }