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

Trait for querying the device type at runtime

Required Methods

Type of the crypt device

Implementors