The compiler knows how to dereference that reference. The Box<T> type is a smart pointer that implements Deref . When you use the dereference ...
確定! 回上一頁