Module thread_local

Module thread_local 

Source

Structs§

StorageCtx
Thread-local storage accessor that implements PrecompileStorageProvider without the trait bound.

Statics§

STORAGE 🔒

Functions§

extend_lifetime_mut 🔒 test-utils
Extends the lifetime of a mutable reference: &'a mut T -> &'b mut T