Trait core::slice::cmp::SliceContains
source · pub(super) trait SliceContains: Sized {
// Required method
fn slice_contains(&self, x: &[Self]) -> bool;
}
pub(super) trait SliceContains: Sized {
// Required method
fn slice_contains(&self, x: &[Self]) -> bool;
}