Type Definition freertos_rs::RecursiveMutex [] [src]

type RecursiveMutex<T> = MutexImpl<T, MutexRecursive>;