[][src]Type Definition sunrise_fs::detail::driver::PartitionHashMap

type PartitionHashMap<T> = HashMap<DiskId, HashMap<PartitionId, Weak<Mutex<T>>>>;

A type to let clippy slide over it.