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