You can just use the empty tuple: () . Rust code. impl Future for MyFuture { type Output = (); fn poll(self: Pin<&mut Self>, ...
確定! 回上一頁