pub trait CheckIsReachable {
    // Required method
    fn is_reachable(&self) -> bool;
}

Required Methods§

Implementors§