check_same_report

Function check_same_report 

Source
pub fn check_same_report<'f, 'mem, T: Facet<'f>>(
    left: &'mem T,
    right: &'mem T,
) -> SameReport<'mem, 'f>
Expand description

Check if two Facet values are structurally the same, returning a detailed report.