Macros§
- actor_
swarm_ object - analog_
swarm_ object - default_
new_ swarm_ object_ impls - When using the
default_new_swarm_object_implsmacro, thenameandswarmfields are automatically implemented. - digital_
swarm_ object - impl_
bool_ updateable - impl_
int_ updateable - This macro generates a sane default implementation for the
Updateabletrait. - impl_
swarm_ object - This macro generates a sane default implementation for the
NewSwarmObjecttrait.
Derive Macros§
- Updateable
- This macro generates an empty
Updateabletrait implementation for a given struct.