DefaultMemoryImpl

Type Alias DefaultMemoryImpl 

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

Aliased Typeยง

pub struct DefaultMemoryImpl { /* private fields */ }