Skip to main content

HandshakeWriter

Type Alias HandshakeWriter 

Source
pub type HandshakeWriter = FramedWriter<PeerNetMsgCodec>;
Expand description

Writer type for the handshake.

Aliased Typeยง

pub struct HandshakeWriter { /* private fields */ }