[][src]Crate thespis_derive

thespis_derive

Docs crates.io

Derive macros for Actor

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.