Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs143 pub(crate) enum HandshakeError<S> { enum
151 impl<S> From<ErrorStack> for HandshakeError<S> { implementation
157 impl<S: fmt::Debug> Error for HandshakeError<S> { implementation
166 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation