Module devtools::actor

source ·

Structs§

Enums§

Traits§

  • Actor 🔒
    A common trait for all devtools actors that encompasses an immutable name and the ability to process messages that are directed to particular actors. TODO: ensure the name is immutable
  • ActorAsAny 🔒