Type Alias bones_framework::prelude::ComponentBitsetIterator
source · pub type ComponentBitsetIterator<'a, T> = Map<UntypedComponentBitsetIterator<'a>, for<'b> fn(_: SchemaRef<'b>) -> &'b T>;
Expand description
Read-only iterator over components matching a given bitset
Aliased Type§
struct ComponentBitsetIterator<'a, T> { /* private fields */ }