diesel::helper_types

Type Alias array_to_string

source
pub type array_to_string<A, D> = array_to_string<SqlTypeOf<A>, A, D>;
Available on crate feature postgres_backend only.
Expand description

Aliased Typeยง

struct array_to_string<A, D> { /* private fields */ }