[][src]Type Definition amq_protocol_tcp::HandshakeResult

type HandshakeResult = Result<TcpStream, HandshakeError>;

Re-export TcpStream Holds either the TLS TcpStream result or the current handshake state