ambient_api
0.3.2-nightly-2024-01-12
UntypedComponent
Implementors
In ambient_api::ecs
?
Trait
ambient_api
::
ecs
::
UntypedComponent
source
·
[
−
]
pub trait UntypedComponent { }
Expand description
Implemented by all
Component
s.
Implementors
§
source
§
impl<T>
UntypedComponent
for
Component
<T>