diesel::helper_types

Type Alias trim_array

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

Return type of trim_array(array)

Aliased Typeยง

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