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.

Implementations on Foreign Types§

Source§

impl ExternalMemory for ()

ExternalMemory could also be applied to regular RAM.

Implementors§