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