| 182 | /// The name contained in the key is stored in its canonical form. |
| 183 | #[derive(Clone, Debug, Eq, Hash, PartialEq)] |
| 184 | struct DriveKey(String); |
| 185 | |
| 186 | impl DriveKey { |
| 187 | /// Constructs a drive from a raw string, validating that the name is valid. |