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