Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dc_ssl_stream.rs26 pub struct AsyncSslStream<S>(ssl::SslStream<Wrapper<S>>); struct
28 impl<S> AsyncSslStream<S> { implementation
55 impl<S> AsyncSslStream<S> impl
88 impl<S> AsyncRead for AsyncSslStream<S> implementation
122 impl<S> AsyncWrite for AsyncSslStream<S> implementation