Home
last modified time | relevance | path

Searched defs:Stream (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs755 impl Stream { impls
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dconnector.rs24 type Stream: Read + Write + 'static; types
62 type Stream = TcpStream; types
87 type Stream = MixStream<TcpStream>; types
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs37 type Stream: AsyncRead + AsyncWrite + ConnInfo + Unpin + Sync + Send + 'static; types
159 type Stream = HttpStream<TcpStream>; types
220 type Stream = HttpStream<MixStream>; types

Completed in 3 milliseconds