pub type SkimItemSender = Sender<Vec<Arc<dyn SkimItem>>>;
pub struct SkimItemSender { /* private fields */ }