[][src]Function cryptsetup_rs::device::load

pub fn load(cd: &RawDevice, requested_type: crypt_device_type) -> Result<()>

Load crypt device parameters from the on-disk header

Note that typically you cannot query the crypt device for information before this function is called.