pub(crate) macro local_pointer {
() => { ... },
($vis:vis static $name:ident; $($rest:tt)*) => { ... },
}
🔬This is a nightly-only experimental API. (
thread_local_internals
)pub(crate) macro local_pointer {
() => { ... },
($vis:vis static $name:ident; $($rest:tt)*) => { ... },
}
thread_local_internals
)