Skip to main content

diff

Function diff 

Source
pub fn diff(
    local: Option<&ContentBlock>,
    remote: Option<&ContentBlock>,
) -> Option<ContentBlockDiff>
Expand description

Returns None only when both sides are absent. Local is desired state, remote is current Braze state.