pub type RemovedIterWithId<'a> = Map<Flatten<IntoIter<EventIteratorWithId<'a, RemovedComponentEntity>>>, fn(_: (&RemovedComponentEntity, EventId<RemovedComponentEntity>)) -> (Entity, EventId<RemovedComponentEntity>)>;
Expand description

Iterator over entities that had a specific component removed.

See RemovedComponents.

Aliased Type§

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

Trait Implementations§

1.0.0 · source§

impl<I, F> Clone for Map<I, F>where I: Clone, F: Clone,

source§

fn clone(&self) -> Map<I, F>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
1.9.0 · source§

impl<I, F> Debug for Map<I, F>where I: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more