(selected: ProtocolType)
| 36 | selected: ProtocolType, |
| 37 | on_change: Option<OnProtocolChange>, |
| 38 | } |
| 39 | |
| 40 | impl ProtocolSelector { |
| 41 | pub fn new(selected: ProtocolType) -> Self { |
| 42 | Self { |
| 43 | selected, |
nothing calls this directly
no outgoing calls
no test coverage detected