Module tables

Module tables 

Source

Structs§

ExportEntry
Entry in the export table
ExportTable
Export table manages exported capabilities and promises
ImportEntry
Entry in the import table
ImportTable
Import table manages imported capabilities and promises
PromiseReference
Reference to a promise
StubReference
Reference to a stub (since Arc<dyn RpcTarget> can’t implement Clone/Debug directly)

Enums§

ExportValue
Value stored in an export
ExportValueRef
Reference to export value (for returning from get())
ImportValue
Value stored in an import
PromiseState
State of a promise
TableError
Error type for table operations
Value
Value that can be stored in tables