[−][src]Trait rtic_core::prelude::TupleExt01
Auto-generated tuple implementation, see Mutex for details.
Associated Types
type T1
Data protected by the mutex.
Required methods
fn lock<R>(&mut self, f: impl FnOnce(&mut Self::T1) -> R) -> R
Creates a critical section and grants temporary access to the protected data.