Skip to main content

actify

Attribute Macro actify 

Source
#[actify]
Expand description

The actify macro expands an impl block of a rust struct to support usage in an actor model. Effectively, this macro allows to remotely call an actor method through a handle. By using traits, the methods on the handle have the same signatures, so that type checking is enforced