pub trait HasThis<T = Self> { // Required method fn this(&self) -> Cow<'_, WeakNode<T>>; }
A trait implemented by values which have a weak node address associated with them
Get a Cow of the weak node address associated with this value. May be null if there is none.
Cow
null