🪛 Rust interior mutability
= a bit of mutability inside an otherwise immutable value (e.g. a field in a struct)
How?
- Non-thread-save: 💠 Rust Cells
Search
Jan 09, 2026, 1 min read
= a bit of mutability inside an otherwise immutable value (e.g. a field in a struct)