Crate natom

source ·
Expand description

three types of atom inject’s:

  • Entrypoint: Instantiated on boot. Can only have one instance.
  • Scoped: Instantiated when dependent is instantiated. Can only have one instance.
  • Dependent: Instantiated when dependent is instantiated. Create a new instance for every inject.

Macros

Structs

Enums

Traits

Attribute Macros