Struct bip_handshake::transports::TcpTransport [] [src]

pub struct TcpTransport;

Defines a Transport operating over TCP.

Trait Implementations

impl Transport for TcpTransport
[src]

Concrete socket.

Future Self::Socket.

Concrete listener.

Connect to the given address over this transport, using the supplied Handle.

Listen to the given address for this transport, using the supplied Handle.