Trait odra_core::module::ModulePrimitive
source · pub trait ModulePrimitive: ModuleComponent { }Expand description
A marker trait for a module component that does not emit events.
This trait allows to implement HasEvents for components like Var, List, Mapping,
or any other custom component that does not emit events.
Object Safety§
This trait is not object safe.