Type Alias diesel::pg::expression::functions::trim_array

source ·
pub type trim_array<Arr, a, n> = trim_array<Arr, <a as AsExpression<Arr>>::Expression, <n as AsExpression<Integer>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of trim_array()

Aliased Type§

struct trim_array<Arr, a, n> { /* private fields */ }