[][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

Loading content...