macro_rules! scoped_thread_local {
($(#[$attrs:meta])* $vis:vis static $name:ident: $ty:ty) => { ... };
}
Expand description
The macro. See the module level documentation for the description and examples.
macro_rules! scoped_thread_local {
($(#[$attrs:meta])* $vis:vis static $name:ident: $ty:ty) => { ... };
}
The macro. See the module level documentation for the description and examples.