+
+ /// A frame has been received for an ongoing incoming stream.
+ ///
+ /// It is not guaranteed to receive every frame. Frame numbers may not start from 0, and they will
+ /// wrap around to 0 after 0x7fff. If we receive an indication that the frame is the final one then
+ /// `is_final` is set. If the transmitter never sends that frame or we fail to receive it then the
+ /// stream may trail off without that being set. Implementors should consider setting an appropriate
+ /// timeout to consider a stream "dead" and wait for the next `stream_began`.