Macro scoped_tls_hkt::scoped_thread_local
source · [−]macro_rules! scoped_thread_local {
($(#[$attrs:meta])* $vis:vis static $name:ident: $(#[$tattrs:meta])* for<$lt:lifetime> $ty:ty) => { ... };
($(#[$attrs:meta])* $vis:vis static mut $name:ident: $(#[$tattrs:meta])* for<$lt:lifetime> $ty:ty) => { ... };
($(#[$attrs:meta])* $vis:vis static $name:ident: $ty:ty) => { ... };
($(#[$attrs:meta])* $vis:vis static mut $name:ident: $ty:ty) => { ... };
}
Expand description
The macro. See the module level documentation for the description and examples.