macro_rules! scoped_tls { ($(#[$attrs:meta])* $vis:vis static $name:ident: $ty:ty) => { ... }; }
Expand description
See scoped_tls::scoped_thread_local for actual documentation.
This is identical as scoped_tls::scoped_thread_local on release builds.