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