Searched defs:WeakOpt (Results 1 – 1 of 1) sorted by relevance
94 struct WeakOpt<T>(Option<Weak<T>>); struct778 impl<T> WeakOpt<T> { implementation