Type Definition everscale_types::cell::CellContainer
source · pub type CellContainer<C> = <C as CellFamily>::Container<dyn Cell<C>>;Expand description
Type alias for a cell family container.
pub type CellContainer<C> = <C as CellFamily>::Container<dyn Cell<C>>;Type alias for a cell family container.