pub fn body_stream_from_bytes( bytes: Bytes, ) -> Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send + Sync>>
Creates a single-chunk body stream from bytes.