[][src]Trait cryptsetup_rs::api::CryptDeviceType

pub trait CryptDeviceType {
    fn device_type(&self) -> crypt_device_type;
}

Trait for querying the device type at runtime

Required methods

fn device_type(&self) -> crypt_device_type

Type of the crypt device

Loading content...

Implementors

impl CryptDeviceType for CryptDeviceHandle<Luks1Params>[src]

impl CryptDeviceType for CryptDeviceHandle<Luks2Params>[src]

Loading content...