Trait channel_loader::Key[][src]

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

Params to crate::Loadable::load_by; typically i32 or newtype wrapper

Implementors