Rust 智能指针 ChrisZzz`s Blog 2023-09-26 rust 智能指针 定义: 凡是需要做资源回收的数据结构,且实现了Deref/DerefMut/Drop,都是智能指针1 参考 [1]陈天·Rust编程第一课