Module kernel::types

source ·
Expand description

Kernel types.

Structs

  • An owned reference to an always-reference-counted object.
  • Stores an opaque value.
  • Runs a cleanup function/closure when dropped.

Enums

  • A sum type that always holds either a value of type L or R.

Traits