Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/macros/
Dscoped_tls.rs25 pub(crate) struct ScopedKey<T> { struct
30 unsafe impl<T> Sync for ScopedKey<T> {} argument
32 impl<T> ScopedKey<T> { implementation