pub trait ContainsTemp {
    fn contains_temp(&self) -> bool;
}

Required Methods§

Implementors§