Type Definition amq_protocol_tcp::HandshakeResult
source · pub type HandshakeResult = Result<TcpStream, HandshakeError>;Expand description
Re-export TcpStream
Holds either the TLS TcpStream result or the current handshake state
pub type HandshakeResult = Result<TcpStream, HandshakeError>;Re-export TcpStream
Holds either the TLS TcpStream result or the current handshake state