pub fn luks1_uuid<P: AsRef<Path>>(path: P) -> Result<Uuid>
👎Deprecated
Expand description

Read the UUID of a LUKS1 container without opening the device

Please use luks_uuid() instead