要使用不是 Unpin 的 Future 要么 Stream ,配合那些那需要 Unpin 类型的函数,那您首先必须pin the value,方法有两种: Box::pin (创建一个 Pin<Box<T>> ) 或者 ...
確定! 回上一頁