diesel::helper_types

Type Alias json_typeof

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

Return type of json_typeof(json)

Aliased Typeยง

struct json_typeof<E> { /* private fields */ }