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.