DefaultMemoryImpl

Type Alias DefaultMemoryImpl 

Source
pub type DefaultMemoryImpl = Rc<RefCell<Vec<u8>>>;

Aliased Type§

pub struct DefaultMemoryImpl { /* private fields */ }