Structs§
- TypeRef
- A
TypeRefis a reference to aType. Most importantly, it implementsAsRef<Type>andDeref<Target = Type>. It also has a cheapClone– only the reference is cloned, not the underlyingType. - Types
- Holds a reference to all of the
Types used in theModule, and facilitates lookups so you can get aTypeRefto theTypeyou want.