Searched refs:try_consume_frame (Results 1 – 2 of 2) sorted by relevance
418 pub fn try_consume_frame(&mut self) -> Result<frame::Frame> { in try_consume_frame() method555 assert_eq!(stream.try_consume_frame(), Ok(frame)); in control_good()611 assert_eq!(stream.try_consume_frame(), Ok(frame)); in control_bad_multiple_settings()708 assert!(stream.try_consume_frame().is_ok()); in control_bad_frame()767 assert_eq!(stream.try_consume_frame(), Ok(hdrs)); in request_good()860 assert_eq!(stream.try_consume_frame(), Ok(hdrs)); in push_good()
1546 let frame = match stream.try_consume_frame() { in process_readable_stream()