Type Alias CellInner

Source
pub type CellInner<T = DynCell> = Arc<T>;
Expand description

Inner representation of the cell.

Aliased Type§

pub struct CellInner<T = DynCell> { /* private fields */ }

Trait Implementations§

Source§

impl From<Cell> for CellInner

Source§

fn from(value: Cell) -> Self

Converts to this type from the input type.