Skip to main content
Log in

Mojo module

anytype

Defines the AnyType trait.

These are Mojo built-ins, so you don't need to import them.

Aliases

  • ImplicitlyDestructible = AnyType:

Traits

  • AnyType: The AnyType trait describes a type that has a destructor.
  • UnknownDestructibility: The UnknownDestructibility trait is the most basic trait, that all other types extend.