Module everscale_types::cell

source ·
Expand description

Cell tree implementation.

Modules

  • Single-threaded cell implementation.
  • Thread-safe cell implementation.

Structs

Enums

Constants

Statics

Traits

  • Represents the interface of a well-formed cell.
  • Cell implementation family.
  • Cell family with known default finalizer (noop in most cases).
  • A trait for describing cell finalization logic.
  • A data structure that can be deserialized from cells.
  • A data structure that can be serialized into cells.

Type Definitions

Derive Macros

  • Implements Load for the type.
  • Implements Store for the type.