pub trait VirtIoDeviceFeature {
// Required methods
fn bits(&self) -> u64;
fn from_bits_truncate(val: u64) -> Self;
}
pub trait VirtIoDeviceFeature {
// Required methods
fn bits(&self) -> u64;
fn from_bits_truncate(val: u64) -> Self;
}