json_typeof

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ยง

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