pub type BorrowedDevice = Arc<RwLock<Box<dyn Device>>>;
struct BorrowedDevice { /* private fields */ }