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.
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.