RFC: Introduce `DerefInto` and `DerefMutInto` for RAII access
Open
Thomas-Mewily
opened this issue 1 month ago
•
8 comments
This RFC introduce DerefInto and DerefMutInto, supertraits of Deref / DerefMut that return targets by value, enabling ergonomic RAII access for types like RefCell, Mutex, and RwLock.