Searched defs:HandshakeError (Results 1 – 4 of 4) sorted by relevance
26 pub enum HandshakeError { enum72 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError>; in to_connection_context() argument81 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError>; in to_completed_handshake() argument163 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument172 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument274 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument283 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument
138 pub enum HandshakeError<S> { enum149 impl<S: fmt::Debug> StdError for HandshakeError<S> { implementation158 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation181 impl<S> From<ErrorStack> for HandshakeError<S> { implementation
72 HandshakeError(HandshakeError), enumerator
143 TEST_F(SOCKSConnectJobTest, HandshakeError) { in TEST_F() argument