Expand description
§thespis_derive
Derive macros for thespis traits
This crate provides a few convenience macros for the thespis library. They are all re-exported from thespis, so you shouldn’t need to use this directly.
Please check out the guide level documentation.
Attribute Macros§
- async_
fn - Implement an async trait method for thespis traits.
- async_
fn_ local - Implement an async trait method for thespis traits.
Derive Macros§
- Actor
- Generate a basic impl of Actor without any methods.