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