Reconsider use of Rc<RefCell<S>> for compositor state
Maybe we could get away with just &mut S
instead. We'd probably need our own custom Display
for this.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Maybe we could get away with just &mut S
instead. We'd probably need our own custom Display
for this.