The * operator turns the Arc<T> into T . The & operator borrows that T into &T . So when we put them together, &*pair borrows the Arc<T> ...
確定! 回上一頁