pub type jsonb_patch<target, patch> = jsonb_patch<<target as Expression>::SqlType, <patch as Expression>::SqlType, target, patch>;
Available on crate feature
sqlite
only.Expand description
Return type of the jsonb_patch()
SQL function.
Aliased Typeยง
pub struct jsonb_patch<target, patch> { /* private fields */ }