Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dssl_stream.rs20 pub enum MixStream<T> { enum
27 impl<T> Read for MixStream<T> implementation
38 impl<T> Write for MixStream<T> implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dmix.rs21 pub enum MixStream<T> { enum
28 impl<T> AsyncRead for MixStream<T> implementation
45 impl<T> AsyncWrite for MixStream<T> implementation