Type Definition tcp_stream::HandshakeResult 
source · [−]pub type HandshakeResult = Result<TcpStream, HandshakeError>;Expand description
Holds either the TLS TcpStream result or the current handshake state
pub type HandshakeResult = Result<TcpStream, HandshakeError>;Holds either the TLS TcpStream result or the current handshake state