Type Definition libreda_db::layout::cell::CellReference[][src]

type CellReference<C> = Rc<RefCell<Cell<C>>>;

Mutable shared reference to a Cell.