pub trait DynamicInsert<'a> {
// Required method
fn dyn_insert(
&mut self,
dyn_bundel: DynamicBundel,
) -> &mut EntityCommands<'a>;
}
pub trait DynamicInsert<'a> {
// Required method
fn dyn_insert(
&mut self,
dyn_bundel: DynamicBundel,
) -> &mut EntityCommands<'a>;
}