VectorMemory

Type Alias VectorMemory 

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

A Memory that is based on a vector.

Aliased Type§

pub struct VectorMemory { /* private fields */ }