pub trait ExternalMemory: Debug {
type ExternalMemoryError: Debug + Display + Eq + PartialEq;
}
Expand description
External addressable memory.
Required Associated Types§
Implementations on Foreign Types§
Source§impl ExternalMemory for ()
ExternalMemory
could also be applied to regular RAM.
impl ExternalMemory for ()
ExternalMemory
could also be applied to regular RAM.