pub trait DeviceBuilder: Hv1 { // Required method fn build( &self, vtl: Vtl, device_id: u64, ) -> Result<Self::Device, Self::Error>; }