Struct everscale_types::ArcCellFamily
source · pub struct ArcCellFamily;Expand description
Thread-safe cell family.
Trait Implementations§
source§impl CellFamily for ArcCellFamily
impl CellFamily for ArcCellFamily
type Container<T: ?Sized> = Arc<T>
type DefaultFinalizer = ArcCellFinalizer
fn empty_cell() -> CellContainer<Self>
fn default_finalizer() -> Self::DefaultFinalizer
source§impl Finalizer<ArcCellFamily> for ArcCellFinalizer
impl Finalizer<ArcCellFamily> for ArcCellFinalizer
source§fn finalize_cell(&mut self, ctx: CellParts<'_, ArcCellFamily>) -> Option<ArcCell>
fn finalize_cell(&mut self, ctx: CellParts<'_, ArcCellFamily>) -> Option<ArcCell>
Builds a new cell from cell parts.