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.
pub fn check_same_with_report<'f, 'mem, T: Facet<'f>>(
left: &'mem T,
right: &'mem T,
options: SameOptions,
) -> SameReport<'mem, 'f>Detailed comparison with custom options.