check_sameish_with

Function check_sameish_with 

Source
pub fn check_sameish_with<'f, T: Facet<'f>, U: Facet<'f>>(
    left: &T,
    right: &U,
    options: SameOptions,
) -> Sameness
Expand description

Check if two Facet values of different types are structurally the same, with custom options.