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