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