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