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

Method update

src/top_app_bar/action_items.rs:29–31  ·  view source on GitHub ↗
(&mut self, _msg: Self::Message)

Source from the content-addressed store, hash-verified

27 }
28
29 fn update(&mut self, _msg: Self::Message) -> bool {
30 false
31 }
32
33 fn change(&mut self, props: Self::Properties) -> bool {
34 self.props = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected