pub type VectorMemory = Rc<RefCell<Vec<u8>>>;
Expand description

A Memory that is based on a vector.

Aliased Type§

struct VectorMemory { /* private fields */ }