Structs§
- Effect
Registry - Effect registry - stores available effects and their processors
Traits§
- Cloneable
Effect - Trait object that is cloneable: used to store prototype processors in the registry.
This is a super-trait combining
EffectProcessorbehaviour and aclone_boxmethod returning a boxed clone of the same dyn trait.