Struct loom::thread::LocalKey [−][src]
pub struct LocalKey<T> { /* fields omitted */ }Expand description
Mock implementation of std::thread::LocalKey.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for LocalKey<T>impl<T> UnwindSafe for LocalKey<T>