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