sdttttt Posted on Feb 26, 2020 关于 Box<T> #rust 适用场景 当有一个编译时未知大小的数据类型,而有需要在确切大小的上下文中使用这个类型值的时候; 当有大量数据并希望在确保数据不被拷贝的情况下转移所有权。 当希望拥有一个值并只关心它的类型是否实现了特定的Trait而不是其具体类型时。 Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)