Skip to main content

Module traits

Module traits 

Source
Expand description

Core traits for import/export operations.

Defines the ImportSource and ExportSink traits that format adapters implement to support different file formats.

Structs§

ExportableMemory
Memory representation for export.
ImportedMemory
Intermediate representation for imported memory data.

Enums§

ExportField
Fields that can be selected for export.

Traits§

ExportSink
Sink for exported memories.
ImportSource
Source of imported memories.