pub trait Parent: 'static + Send + Sync + Componentwhere
    <Self as Component>::Storage: Default + Tracked,
{ fn parent_entity(&self) -> Entity; }

Required Methods§

Implementors§