(&self, _cx: &App)
| 429 | impl Focusable for AuthEditor { |
| 430 | fn focus_handle(&self, _cx: &App) -> FocusHandle { |
| 431 | self.focus_handle.clone() |
| 432 | } |
| 433 | } |
| 434 | |
| 435 | impl Render for AuthEditor { |
| 436 | fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement { |
no outgoing calls
no test coverage detected