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

Required Methods§

Implementors§