Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/task/
Dtask_local.rs99 pub struct LocalKey<T: 'static> { struct
101 pub inner: thread::LocalKey<RefCell<Option<T>>>, argument
104 impl<T: 'static> LocalKey<T> { implementation
267 impl<T: Clone + 'static> LocalKey<T> { implementation
280 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation