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.rs152 struct TextIo<S> { struct
153 pub(crate) handle: Http3Conn<S>,
154 pub(crate) offset: usize,
155 pub(crate) remain: Option<Frame>,
156 pub(crate) is_closed: bool,
181 impl<S> TextIo<S> impl
285 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
295 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation
Dhttp2.rs210 struct TextIo<S> { struct
211 pub(crate) handle: Http2Conn<S>,
212 pub(crate) offset: usize,
213 pub(crate) remain: Option<Frame>,
214 pub(crate) is_closed: bool,
239 impl<S> TextIo<S> impl
350 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
360 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation