(&self)
| 178 | |
| 179 | impl Resource for RequestReponseBodyResource { |
| 180 | fn name(&self) -> Cow<'static, str> { |
| 181 | "requestReponseBodyResource".into() |
| 182 | } |
| 183 | |
| 184 | fn read(self: Rc<Self>, limit: usize) -> AsyncResult<BufView> { |
| 185 | Box::pin(async move { |
no outgoing calls
no test coverage detected