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