localghost 0.3.0

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