pub trait SyncComponent<F = ()>: Component {
type Target: Bundle<Effect: NoBundleEffect>;
}Expand description
Trait that links components from the main world with output components in the render world. It is used by SyncComponentPlugin.
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.