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

Method create

src/top_app_bar_fixed.rs:51–59  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

49 type Properties = TopAppBarFixedProps;
50
51 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
52 // TopAppBarFixed::ensure_loaded();
53 // Self {
54 // props,
55 // node_ref: NodeRef::default(),
56 // nav_listener: None,
57 // }
58 unimplemented!()
59 }
60
61 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
62 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected