Skip to main content

ref_mismatches

Function ref_mismatches 

Source
pub fn ref_mismatches(
    attested: &BTreeMap<String, String>,
    served: &BTreeMap<String, String>,
) -> Vec<String>
Expand description

Every difference between what was attested and what is served.