Module registry

Module registry 

Source

Structs§

EffectRegistry
Effect registry - stores available effects and their processors

Traits§

CloneableEffect
Trait object that is cloneable: used to store prototype processors in the registry. This is a super-trait combining EffectProcessor behaviour and a clone_box method returning a boxed clone of the same dyn trait.