Type Alias som_interpreter_bc::SOMRef

source ·
pub type SOMRef<T> = Rc<RefCell<T>>;
Expand description

A strong and owning reference to an object.

Aliased Type§

struct SOMRef<T> { /* private fields */ }