Detector

Trait Detector 

Source
pub trait Detector:
    Find<Output = PmInfo>
    + Categorizable
    + Send
    + Sync { }
Expand description

Combined discovery and categorization trait for package managers.

Implementors§

Source§

impl<T> Detector for T
where T: Find<Output = PmInfo> + Categorizable + Send + Sync,