Trait channel_loader::Key[][src]

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

Implementors

impl<T: Send + Hash + Ord + Eq + Clone + 'static> Key for T[src]

Loading content...