Trait nakamoto_p2p::protocol::connmgr::Connect[][src]

pub trait Connect {
    fn connect(&self, addr: SocketAddr, timeout: Timeout);
}

Ability to connect to peers.

Required methods

fn connect(&self, addr: SocketAddr, timeout: Timeout)[src]

Connect to peer.

Loading content...

Implementors

impl Connect for Channel[src]

Loading content...