[][src]Trait pubgrub::package::Package

pub trait Package: Clone + Eq + Hash + Debug + Display { }

Trait for identifying packages. Automatically implemented for types already implementing Clone + Eq + Hash + Debug + Display.

Implementors

impl<T: Clone + Eq + Hash + Debug + Display> Package for T[src]

Automatically implement the Package trait for any type that already implement Clone + Eq + Hash + Debug + Display.

Loading content...