pub type array_to_string<Arr, array, del> = array_to_string<Arr, <array as AsExpression<Arr>>::Expression, <del as AsExpression<Text>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of array_to_string()
Aliased Typeยง
struct array_to_string<Arr, array, del> { /* private fields */ }