Type Alias som_interpreter_bc::SOMWeakRef
source · pub type SOMWeakRef<T> = Weak<RefCell<T>>;
Expand description
A weak reference to an object.
Aliased Type§
struct SOMWeakRef<T> { /* private fields */ }
pub type SOMWeakRef<T> = Weak<RefCell<T>>;
A weak reference to an object.
struct SOMWeakRef<T> { /* private fields */ }