Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs140 pub(crate) enum HandshakeError<S> { enum
146 impl<S> From<ErrorStack> for HandshakeError<S> { implementation
152 impl<S: fmt::Debug> Error for HandshakeError<S> { implementation
161 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation