#[derive(Actor)]
Derive macro implementing the Actor trait with default behaviour.
use simpl_actor::Actor; #[derive(Actor)] struct MyActor { }