Searched defs:TextIo (Results 1 – 2 of 2) sorted by relevance
152 struct TextIo<S> { struct153 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> impl285 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation295 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation
210 struct TextIo<S> { struct211 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> impl350 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation360 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation