Type Definition everscale_types::ArcCell

source ·
pub type ArcCell = Arc<dyn Cell<ArcCellFamily>>;
Expand description

Thread-safe cell.

Trait Implementations§

source§

impl<'a> Load<'a, ArcCellFamily> for ArcCell

source§

fn load_from(slice: &mut CellSlice<'a, ArcCellFamily>) -> Option<Self>

Tries to load itself from a cell slice.
source§

impl Store<ArcCellFamily> for ArcCell

source§

fn store_into( &self, builder: &mut CellBuilder<ArcCellFamily>, _: &mut dyn Finalizer<ArcCellFamily> ) -> bool

Tries to store itself into the cell builder.