Enum pact_matching::DiffConfig [] [src]

pub enum DiffConfig {
    AllowUnexpectedKeys,
    NoUnexpectedKeys,
}

Enum that defines the configuration options for performing a match.

Variants

If unexpected keys are allowed and ignored during matching.

If unexpected keys cause a mismatch.