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

Method update

src/text_inputs/textfield.rs:110–112  ·  view source on GitHub ↗
(&mut self, _msg: Self::Message)

Source from the content-addressed store, hash-verified

108 }
109
110 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
111 false
112 }
113
114 fn change(&mut self, props: Self::Properties) -> bool {
115 self.props = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected