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