(&self, f: &mut core::fmt::Formatter<'_>)
| 304 | |
| 305 | impl core::fmt::Debug for ContextVar { |
| 306 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { |
| 307 | f.debug_struct("ContextVar").finish() |
| 308 | } |
| 309 | } |
| 310 | |
| 311 | unsafe impl Sync for ContextVar {} |