Type Alias jsonb_patch

Source
pub type jsonb_patch<target, patch> = jsonb_patch<<target as Expression>::SqlType, <patch as Expression>::SqlType, target, patch>;
Expand description

Return type of the jsonb_patch() SQL function.

Aliased Typeยง

pub struct jsonb_patch<target, patch> { /* private fields */ }