Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dc_ssl_stream.rs27 pub struct AsyncSslStream<S>(ssl::SslStream<Wrapper<S>>); struct
29 impl<S> AsyncSslStream<S> { implementation
57 impl<S> AsyncSslStream<S> implementation
90 impl<S> AsyncRead for AsyncSslStream<S> implementation
124 impl<S> AsyncWrite for AsyncSslStream<S> implementation