Crate ftswarm_macros

Source

Macros§

actor_swarm_object
analog_swarm_object
default_new_swarm_object_impls
When using the default_new_swarm_object_impls macro, the name and swarm fields are automatically implemented.
digital_swarm_object
impl_bool_updateable
impl_int_updateable
This macro generates a sane default implementation for the Updateable trait.
impl_swarm_object
This macro generates a sane default implementation for the NewSwarmObject trait.

Derive Macros§

Updateable
This macro generates an empty Updateable trait implementation for a given struct.