1 2 3 4 5 6
/// A `fetch` body. #[derive(Debug)] pub struct Body { body: web_sys::ReadableStream, next: Option<()>, }