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

Method view

src/top_app_bar_fixed.rs:74–82  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72 }
73
74 fn view(&self) -> Html {
75 // centerTitle?=to_option(self.props.center_title)
76 // dense?=to_option(self.props.dense)
77 // prominent?=to_option(self.props.prominent)
78 // ref=self.node_ref.clone()
79 // >{ self.props.children.clone() }
80
81 unimplemented!()
82 }
83
84 fn rendered(&mut self, first_render: bool) {
85 if first_render {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected