(&mut self, context: &mut Context)
| 19 | |
| 20 | impl Task { |
| 21 | fn poll(&mut self, context: &mut Context) -> Poll<()> { |
| 22 | self.future.as_mut().poll(context) |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] |
nothing calls this directly
no outgoing calls
no test coverage detected