MCPcopy Create free account
hub / github.com/angular-rust/yew-components / deref

Method deref

src/utils/weak_component_link.rs:23–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

21 type Target = Rc<RefCell<Option<ComponentLink<T>>>>;
22
23 fn deref(&self) -> &Self::Target {
24 &self.0
25 }
26}
27
28impl<T: Component> PartialEq for WeakComponentLink<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected