RemovedIterWithId

Type Alias RemovedIterWithId 

Source
pub type RemovedIterWithId<'a> = Map<Flatten<IntoIter<MessageIteratorWithId<'a, RemovedComponentEntity>>>, fn((&RemovedComponentEntity, MessageId<RemovedComponentEntity>)) -> (Entity, MessageId<RemovedComponentEntity>)>;
Expand description

Iterator over entities that had a specific component removed.

See RemovedComponents.

Aliased Typeยง

pub struct RemovedIterWithId<'a> { /* private fields */ }