pub type json_valid_with_flags<x, flags> = json_valid_with_flags<<x as Expression>::SqlType, x, flags>;Available on crate feature
__sqlite-shared only.Expand description
Return type of the json_valid_with_flags() SQL function.
Aliased Typeยง
pub struct json_valid_with_flags<x, flags> { /* private fields */ }