pub trait DeviceChildTransferrable: DeviceChild {
// Required method
fn transfer_device(self) -> Self::ConcreteDevice;
}
pub trait DeviceChildTransferrable: DeviceChild {
// Required method
fn transfer_device(self) -> Self::ConcreteDevice;
}