pub trait Detector: Find<Output = PmInfo> + Categorizable + Send + Sync { }
Combined discovery and categorization trait for package managers.