Skip to main content

IsNotJson

Type Alias IsNotJson 

Source
pub type IsNotJson<T> = IsNotJson<T>;
Available on crate features postgres_backend and __sqlite-shared only.
Expand description

The return type of expr.is_not_json()

Aliased Typeยง

pub struct IsNotJson<T> { /* private fields */ }