Skip to main content

Module mutability

Module mutability 

Source
Expand description

Finds if an expression is an immutable context or a mutable context, which is used in selecting between Deref and DerefMut or Index and IndexMut or similar.