Type Alias diesel::pg::expression::functions::array_to_string

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