macro_rules! scoped_thread_local {
(static $name:ident: $ty:ty) => { ... };
}Expand description
no_std polyfill for scoped_tls.
macro_rules! scoped_thread_local {
(static $name:ident: $ty:ty) => { ... };
}no_std polyfill for scoped_tls.