pub type CellInner<T = DynCell> = Arc<T>;
Inner representation of the cell.
struct CellInner<T = DynCell> { /* private fields */ }