Searched defs:TextIo (Results 1 – 2 of 2) sorted by relevance
154 struct TextIo<S> { struct155 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> impl287 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation301 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation
212 struct TextIo<S> { struct213 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> implementation352 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation366 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation