Module actor

Source

Structs§

ActorRegistry
A list of known, owned actors.

Enums§

ActorError
Error replies.

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 🔒