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

Required Methods§

Implementors§