Attribute Macros§
- messages
- Attribute macro placed on
impl
blocks of actors to define messages. - remote_
message - Registers an actor message to be supported with remote messages.
Derive Macros§
- Actor
- Derive macro implementing the Actor trait with default behaviour.
- Remote
Actor - Derive macro implementing the RemoteActor trait with a default remote ID being the full path of the type being implemented.
- Reply
- Derive macro implementing the Reply trait as an infallible reply.