Skip to main content

ExternalMemory

Trait ExternalMemory 

Source
pub trait ExternalMemory: Debug {
    type ExternalMemoryError: Debug + Display + Eq + PartialEq;
}
Expand description

External addressable memory.

Required Associated Types§

Source

type ExternalMemoryError: Debug + Display + Eq + PartialEq

Errors specific to memory accessing.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ExternalMemory for ()

ExternalMemory could also be applied to regular RAM.

Implementors§