Type Alias ic_stable_structures::vec_mem::VectorMemory

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

A Memory that is based on a vector.

Aliased Type§

struct VectorMemory { /* private fields */ }