As mentioned in #47 there is not a unified model for mutable/immutable access. This needs to be fixed. But how, exactly? For instance, when doing an operation requiring `&mut` access to a `Control`, should we require `&mut` access to the `UI` in use?
As mentioned in #47 there is not a unified model for mutable/immutable access. This needs to be fixed.
But how, exactly? For instance, when doing an operation requiring
&mutaccess to aControl, should we require&mutaccess to theUIin use?