Skip to main content

diff

Function diff 

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

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