Expand description
Traits for handling bytes data from external memory.
Currently only read functionality is supported.
Enums§
- Buffer
Error - Errors in buffer access.
- NoEntries
- Empty error enum, for cases with fault-free memory access.
Traits§
- Addressable
Buffer - Bytes access through
ExternalMemory
. - External
Memory - External addressable memory.