要轮询Future ,必须使用一种称为 Pin<T> 的特殊类型,来固定Future。 ... trait的解释,您会发现 Pin 来自 self: Pin<&mut Self> ,它是 Future:poll 方法的定义。
確定! 回上一頁