diesel::helper_types

Type Alias json_object_with_keys_and_values

source
pub type json_object_with_keys_and_values<K, V> = json_object_with_keys_and_values<SqlTypeOf<K>, SqlTypeOf<V>, K, V>;
Available on crate feature postgres_backend only.
Expand description

Aliased Typeยง

struct json_object_with_keys_and_values<K, V> { /* private fields */ }