Safe `&&T` to `&&mut T` conversion

⚓ Rust    📅 2025-11-28    👤 surdeus    👁️ 2      

surdeus

Hello, 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

Read full topic

🏷️ Rust_feed