Box <T> is a smart pointer that points to the data which is allocated on the heap of type T. Box<T> allow you to store the data on the heap rather than the stack ...
確定! 回上一頁