diesel::helper_types

Type Alias array_to_json

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

Return type of array_to_json(array)

Aliased Typeยง

struct array_to_json<A> { /* private fields */ }