Module actor

Module actor 

Source

Structsยง

ActorRegistry ๐Ÿ”’
A list of known, owned actors.
ActorRegistryType ๐Ÿ”’
DowncastableActorArc ๐Ÿ”’
Return value of ActorRegistry::find that allows seamless downcasting from dyn Actor to the concrete actor type.

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.
ActorAsAny ๐Ÿ”’
ActorEncode ๐Ÿ”’