Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp3.rs154 struct TextIo<S> { struct
155 pub(crate) handle: Http3Conn<S>,
156 pub(crate) offset: usize,
157 pub(crate) remain: Option<Frame>,
158 pub(crate) is_closed: bool,
183 impl<S> TextIo<S> impl
287 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
301 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation
Dhttp2.rs212 struct TextIo<S> { struct
213 pub(crate) handle: Http2Conn<S>,
214 pub(crate) offset: usize,
215 pub(crate) remain: Option<Frame>,
216 pub(crate) is_closed: bool,
241 impl<S> TextIo<S> implementation
352 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
366 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation