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