Trait Hit

Source
pub trait Hit {
    // Required method
    fn is_hit(&self) -> bool;
}

Required Methods§

Source

fn is_hit(&self) -> bool

Implementors§