Derive Macro simpl_actor::Actor

source ·
#[derive(Actor)]
Expand description

Derive macro implementing the Actor trait with default behaviour.

§Example

use simpl_actor::Actor;

#[derive(Actor)]
struct MyActor { }