check_same_with_report

Function check_same_with_report 

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

Detailed comparison with custom options.