Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs197 struct TextIo<S> { struct
226 impl<S> TextIo<S> implementation
337 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
343 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation