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

Method show

src/snackbar.rs:182–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

180
181impl WeakComponentLink<Snackbar> {
182 pub fn show(&self) {
183 // (*self.borrow().as_ref().unwrap().get_component().unwrap())
184 // .node_ref
185 // .cast::<Snackbar>()
186 // .unwrap()
187 // .show()
188 unimplemented!()
189 }
190
191 pub fn close(&self, reason: &str) {
192 // (*self.borrow().as_ref().unwrap().get_component().unwrap())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected