pub trait ExternalMemory: Debug {
type ExternalMemoryError: Debug + Display + Eq + PartialEq;
}Expand description
External addressable memory.
Required Associated Types§
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.
impl ExternalMemory for ()
ExternalMemory could also be applied to regular RAM.