pub fn check_sameish_with_report<'f, 'mem, T: Facet<'f>, U: Facet<'f>>(
left: &'mem T,
right: &'mem U,
options: SameOptions,
) -> SameReport<'mem, 'f>Expand description
Detailed cross-type comparison with custom options.
pub fn check_sameish_with_report<'f, 'mem, T: Facet<'f>, U: Facet<'f>>(
left: &'mem T,
right: &'mem U,
options: SameOptions,
) -> SameReport<'mem, 'f>Detailed cross-type comparison with custom options.