Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs197 struct TextIo<S> { struct
198 pub(crate) handle: Http2Conn<S>,
199 pub(crate) offset: usize,
200 pub(crate) remain: Option<Frame>,
201 pub(crate) is_closed: bool,
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