[][src]Type Definition shared_bus_rtic::Mutex

type Mutex<T> = DummyMutex<RefCell<T>>;