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