Type Definition libreda_pnr::db::CellReference[][src]

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

Mutable shared reference to a Cell.