compiletest::header::cfg

Trait CustomContains

source
trait CustomContains {
    // Required method
    fn custom_contains(&self, item: &str) -> bool;
}

Required Methods§

source

fn custom_contains(&self, item: &str) -> bool

Implementations on Foreign Types§

source§

impl CustomContains for &[&str]

source§

fn custom_contains(&self, item: &str) -> bool

source§

impl CustomContains for HashSet<String>

source§

fn custom_contains(&self, item: &str) -> bool

source§

impl<const N: usize> CustomContains for [&str; N]

source§

fn custom_contains(&self, item: &str) -> bool

Implementors§