Expand description
The ResourceMetadata
type.
Structs§
- Resource
Metadata 🔒 - A set of resources, holding a
Arc<T>
and epoch for each member.
Enums§
- Resource
Metadata 🔒Provider - A source of resource metadata.
Functions§
- iterate_
bitvec_ 🔒indices - Produces an iterator that yields the indexes of all bits that are set in the bitvec.
- resize_
bitvec 🔒 - Resizes the given bitvec to the given size. I’m not sure why this is hard to do but it is.