[−][src]Function drone_cortex_m::thr::local
pub fn local<T>() -> &'static <T as Thread>::Local where
T: Thread, Returns a reference to the thread-local storage of the current thread.
The contents of this object can be customized with thr! macro. See the module-level documentation for details.