diesel::helper_types

Type Alias array_fill

source
pub type array_fill<E, A> = array_fill<SqlTypeOf<E>, E, A>;
Available on crate feature postgres_backend only.
Expand description

Return type of array_fill(value,array)

Aliased Typeยง

struct array_fill<E, A> { /* private fields */ }