json_valid

Type Alias json_valid 

Source
pub type json_valid<J, j> = json_valid<J, <j as AsExpression<J>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of json_valid()

Aliased Typeยง

pub struct json_valid<J, j> { /* private fields */ }