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