[][src]Derive Macro kompact_actor_derive::Actor

#[derive(Actor)]

A macro to derive empty actor implementations

Use this macro if you only care about the component model mechanics for your type.

Implementations derived using this macro have message type Never (or ! if you prefer). Whenever they receive a network message, they simply log a warning.