ComponentWrapper

Trait ComponentWrapper 

Source
pub trait ComponentWrapper
where Self: Component + Reflect + FromReflect + Typed + GetTypeRegistration + for<'a> From<&'a Self::WrapperTarget>, Self::WrapperTarget: Clone + for<'a> From<&'a Self>,
{ type WrapperTarget: Component + Clone; }

Required Associated Types§

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.

Implementors§