pub trait ComponentRef<'a> { }
Expand description
&T
or &mut T
where T
is some component type
The interface of this trait is a private implementation detail.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.