Structs§
- Context-sensitive function consisting of a context id (cid) and a function id (func_id).
- The unique identifier for each function reference. Every unique instantiation of a generic function will have a different func_id.
- Information that identifies a function instance.
Enums§
- Resembles the
GenericArgKindtype in rustc.