Module ids

Module ids 

Source

Structs§

ExportId
Export ID - represents an entry in the export table Negative IDs (-1, -2, -3…) are chosen by the exporting side Positive IDs (1, 2, 3…) are chosen by the importing side ID 0 is reserved for the “main” interface
IdAllocator
ID allocator for managing import and export IDs
ImportId
Import ID - represents an entry in the import table Positive IDs (1, 2, 3…) are chosen by the importing side Negative IDs (-1, -2, -3…) are chosen by the exporting side ID 0 is reserved for the “main” interface