[][src]Trait goods::Key

pub trait Key: Send + Sync + Debug + Eq + Hash + Clone + 'static { }

Compound trait that is implemented for any type that implements all bound traits.

Implementors

impl<T> Key for T where
    T: Send + Sync + Debug + Eq + Hash + Clone + 'static, 
[src]

Loading content...