pub type IsJson<T> = IsJson<T>;
Available on crate feature
postgres_backend
only.Expand description
The return type of expr.is_json()
Aliased Typeยง
struct IsJson<T> { /* private fields */ }
pub type IsJson<T> = IsJson<T>;
postgres_backend
only.The return type of expr.is_json()
struct IsJson<T> { /* private fields */ }