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