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