diesel::helper_types

Type Alias array_sample

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

Return type of array_sample(array,n)

Aliased Typeยง

struct array_sample<A, N> { /* private fields */ }