Home
last modified time | relevance | path

Searched defs:HandshakeError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Derror.rs138 pub enum HandshakeError<S> { enum
149 impl<S: fmt::Debug> StdError for HandshakeError<S> { implementation
158 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation
181 impl<S> From<ErrorStack> for HandshakeError<S> { implementation