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