Closed
Description
This is an "easy" task, in that the changes aren't complicated:
- Change the
hyper::body::Sender
type topub(crate)
. - Change the
Body::channel()
method topub(crate)
. - Replace any usage in the examples, tests, or docs with an appropriate alternative.
- This might be as simple as a
Full
, but if specifically showing a channel usage, or needing a channel behavior for a test, atokio::sync::mpsc
wrapped inStreamBody
should work.
- This might be as simple as a