Home
last modified time | relevance | path

Searched defs:LocalKey (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/task/
Dtask_local.rs96 pub struct LocalKey<T: 'static> { struct
98 pub inner: thread::LocalKey<RefCell<Option<T>>>, argument
101 impl<T: 'static> LocalKey<T> { impl
197 impl<T: Copy + 'static> LocalKey<T> { impl
205 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation