Skip to main content

json_valid_with_flags

Type Alias json_valid_with_flags 

Source
pub type json_valid_with_flags<X, x, flags> = json_valid_with_flags<X, <x as AsExpression<X>>::Expression, <flags as AsExpression<JsonValidFlags>>::Expression>;
Available on crate feature __sqlite-shared only.
Expand description

The return type of json_valid_with_flags()

Aliased Typeยง

pub struct json_valid_with_flags<X, x, flags> { /* private fields */ }