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§