Skip to main content

array_fill

Type Alias array_fill 

Source
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 */ }