Searched refs:TextIo (Results 1 – 1 of 1) sorted by relevance
109 let text_io = TextIo::new(conn); in frame_2_response()197 struct TextIo<S> { struct226 impl<S> TextIo<S> impl241 text_io: &mut TextIo<S>, in match_channel_message()287 text_io: &mut TextIo<S>, in end_read()305 text_io: &mut TextIo<S>, in read_remaining_data()337 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation343 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation453 use crate::async_impl::conn::http2::TextIo; in ut_http2_body_poll_read()461 let mut text_io = TextIo::new(conn); in ut_http2_body_poll_read()