Macros§
- actor_
swarm_ object - analog_
swarm_ object - default_
new_ swarm_ object_ impls - When using the
default_new_swarm_object_impls
macro, thename
andswarm
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.