Searched defs:ScopedKey (Results 1 – 1 of 1) sorted by relevance
25 pub(crate) struct ScopedKey<T> { struct30 unsafe impl<T> Sync for ScopedKey<T> {} argument32 impl<T> ScopedKey<T> { implementation