Type Definition everscale_types::RcCell

source ·
pub type RcCell = CellContainer<RcCellFamily>;
Expand description

Single-threaded cell.

Trait Implementations§

Tries to load itself from a cell slice.
Tries to store itself into the cell builder.