randomPoison / thespian

An experiment in designing an ergonomic actor framework for Rust
1 stars 0 forks source link

Setup custom derive for Actor trait #3

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

Generate the Actor impl and proxy using #[derive(Actor)] instead of generating it in the #[actor] attribute. This allows multiple impl blocks to be marked with #[actor].