Macro scoped_tls::scoped_thread_local [] [src]

macro_rules! scoped_thread_local {
    (static $name:ident: $ty:ty) => { ... };
}