(&self)
| 21 | type Target = Rc<RefCell<Option<ComponentLink<T>>>>; |
| 22 | |
| 23 | fn deref(&self) -> &Self::Target { |
| 24 | &self.0 |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | impl<T: Component> PartialEq for WeakComponentLink<T> { |
nothing calls this directly
no outgoing calls
no test coverage detected