pub trait CheckTmivName {
    // Required method
    fn check_tmiv_name(&self, tmiv_name: &str) -> bool;
}

Required Methods§

source

fn check_tmiv_name(&self, tmiv_name: &str) -> bool

Implementations on Foreign Types§

source§

impl CheckTmivName for HashSet<String>

source§

fn check_tmiv_name(&self, tmiv_name: &str) -> bool

Implementors§