Macro ref_thread_local::ref_thread_local[][src]

macro_rules! ref_thread_local {
    ($(#[$attr : meta]) * static managed $N : ident : $T : ty = $e : expr ;
 $($t : tt) *) => { ... };
    ($(#[$attr : meta]) * pub static managed $N : ident : $T : ty = $e : expr ;
 $($t : tt) *) => { ... };
    ($(#[$attr : meta]) * pub($($vis : tt) +) static managed $N : ident : $T : ty
 = $e : expr ; $($t : tt) *) => { ... };
    () => { ... };
}