MemorySpec

Trait MemorySpec 

Source
pub trait MemorySpec: Sized { }
Expand description

Specialization trait depending on Memory. This is an internal interface.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§