Trait roci::Decomponentize
source · pub trait Decomponentize {
// Required method
fn apply_value<D: ComponentValueDim>(
&mut self,
component_id: ComponentId,
entity_id: EntityId,
value: ComponentValue<'_, D>,
);
}Required Methods§
fn apply_value<D: ComponentValueDim>( &mut self, component_id: ComponentId, entity_id: EntityId, value: ComponentValue<'_, D>, )
Object Safety§
This trait is not object safe.