这是一个trait,定义在 std::marker 中,如果一个 T: Unpin ,就说明T在pin后可以安全的移动,实际就是可以拿到 &mut T 。 pub auto trait Unpin {} ...
確定! 回上一頁