Almost like how RAII in C++ does it?
RAII in C++ is optional and not enforced everywhere. It certainly helps if you use it. In Rust you can't turn it off.
RAII in C++ is optional and not enforced everywhere. It certainly helps if you use it. In Rust you can't turn it off.