pub trait IsTemp {
    fn is_temp(&self) -> bool;
}

Required Methods§

Implementors§