sniffnet 1.5.0

Application to comfortably monitor your network traffic
1
2
3
4
5
6
7
8
9
//! Combobox style

#![allow(clippy::module_name_repetitions)]

use iced::widget::combo_box::Catalog;

use crate::StyleType;

impl Catalog for StyleType {}