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