Safe `&&T` to `&&mut T` conversion
⚓ Rust 📅 2025-11-28 👤 surdeus 👁️ 2Hello, for some generic programming I need to convert &&T to &&mut T. Is it possible in safe Rust? If not, would it be hard to add into core?
15 posts - 6 participants
🏷️ Rust_feed