diesel::helper_types

Type Alias array_to_string_with_null_string

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

Aliased Typeยง

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