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

Method create

src/top_app_bar.rs:58–65  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

56 type Properties = TopAppBarProps;
57
58 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
59 // TopAppBar::ensure_loaded();
60 Self {
61 link,
62 props,
63 nav_listener: None,
64 }
65 }
66
67 fn update(&mut self, msg: Self::Message) -> ShouldRender {
68 match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected