pub type ComponentCloneFn = fn(_: &SourceComponent<'_>, _: &mut ComponentCloneCtx<'_, '_>);
Expand description
Function type that can be used to clone an entity.
pub type ComponentCloneFn = fn(_: &SourceComponent<'_>, _: &mut ComponentCloneCtx<'_, '_>);
Function type that can be used to clone an entity.