diesel::pg::expression::dsl

Type Alias json_object_with_keys_and_values

source
pub type json_object_with_keys_and_values<Arr1, Arr2, keys, values> = json_object_with_keys_and_values<Arr1, Arr2, <keys as AsExpression<Arr1>>::Expression, <values as AsExpression<Arr2>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

Aliased Typeยง

struct json_object_with_keys_and_values<Arr1, Arr2, keys, values> { /* private fields */ }