| 31 | |
| 32 | pub type OnProtocolChange = Rc<dyn Fn(ProtocolType, &mut Window, &mut App) + 'static>; |
| 33 | |
| 34 | #[derive(IntoElement)] |
| 35 | pub struct ProtocolSelector { |
| 36 | selected: ProtocolType, |
| 37 | on_change: Option<OnProtocolChange>, |
| 38 | } |
nothing calls this directly
no outgoing calls
no test coverage detected