Trait CryptDeviceType

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

Trait for querying the device type at runtime

Required Methods§

Source

fn device_type(&self) -> crypt_device_type

Type of the crypt device

Implementors§