Searched defs:TextIo (Results 1 – 1 of 1) sorted by relevance
197 struct TextIo<S> { struct198 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> impl337 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation343 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation