Skip to main content

Crate acktor_derive

Crate acktor_derive 

Source

Attribute Macros§

remote
Attribute macro applied to impl Actor for MyActor { ... } to install the Address<Self> to Recipient<RemoteMessage> conversion function used by acktor-ipc.

Derive Macros§

Decode
Derive the Decode trait for a message.
Encode
Derive the Encode trait for a message.
Message
Derive the Message trait for a struct or enum.
MessageResponse
Derive the MessageResponse trait for a struct or enum.
RemoteActor
Derive the RemoteActor trait for an actor.