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

Method update

src/snackbar.rs:98–100  ·  view source on GitHub ↗
(&mut self, _msg: Self::Message)

Source from the content-addressed store, hash-verified

96 }
97
98 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
99 false
100 }
101
102 fn change(&mut self, props: Self::Properties) -> bool {
103 if self.props != props {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected