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.