InteriorAssign trait { a := b }
Rust Internals [Unofficial]
May 10, 2026
Thinking about it... could we maybe just use Try operator to implement everything I talked about?
I'm going to play around with this but maybe something like this is possible:
data.ref_cell? = Some(new_value)
Discussion in the ATmosphere