Type Alias everscale_types::cell::CellInner

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

Inner representation of the cell.

Aliased Type§

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.