Crate kameo_macros

Source

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.
RemoteActor
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.