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 */ }
pub type json_typeof<E> = json_typeof<SqlTypeOf<E>, E>;
postgres_backend
only.Return type of json_typeof(json)
struct json_typeof<E> { /* private fields */ }