(props: Self::Properties, _: ComponentLink<Self>)
| 23 | type Properties = TopAppBarActionItemsProps; |
| 24 | |
| 25 | fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self { |
| 26 | Self { props } |
| 27 | } |
| 28 | |
| 29 | fn update(&mut self, _msg: Self::Message) -> bool { |
| 30 | false |
nothing calls this directly
no outgoing calls
no test coverage detected