pub type array_shuffle<A> = array_shuffle<SqlTypeOf<A>, A>;
Available on crate feature
postgres_backend
only.Expand description
Return type of array_shuffle(array)
Aliased Typeยง
struct array_shuffle<A> { /* private fields */ }