Type Alias bones_lib::prelude::ComponentBitsetIterator
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 */ }