(props: Self::Properties, _: ComponentLink<Self>)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected