pub type SOMWeakRef<T> = Weak<RefCell<T>>;
Expand description

A weak reference to an object.

Aliased Type§

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