std::thread_local::scoped::OS_INITUnstable [-]  [+] [src]

pub const OS_INIT: StaticKey = StaticKey {
    inner: INIT_INNER,
    dtor: None,
}

Constant initialization value for static TLS keys.

This value specifies no destructor by default.