Type Alias array_to_string_with_null_string

Source
pub type array_to_string_with_null_string<Arr, array, del, null> = array_to_string_with_null_string<Arr, <array as AsExpression<Arr>>::Expression, <del as AsExpression<Text>>::Expression, <null as AsExpression<Text>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

Aliased Typeยง

struct array_to_string_with_null_string<Arr, array, del, null> { /* private fields */ }