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