MCPcopy Create free account
hub / github.com/Apress/practical-rust-web-projects / create

Method create

Ch06/yew-image-processing/src/app.rs:21–25  ·  view source on GitHub ↗
(_: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

19 type Message = Msg;
20 type Properties = ();
21 fn create(_: Self::Properties, link: ComponentLink<Self>) -> Self {
22 Self {
23 link,
24 }
25 }
26
27 fn change(&mut self, _props: Self::Properties) -> ShouldRender {
28 false

Callers 1

todomvc.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected