pub type array_to_string<A, D> = array_to_string<SqlTypeOf<A>, A, D>;
Available on crate feature
postgres_backend
only.Expand description
Return type of array_to_string(arr, delim)
Aliased Typeยง
struct array_to_string<A, D> { /* private fields */ }