pub type SharedDevice = Arc<dyn Device>;
Simplified shared device type
pub struct SharedDevice { /* private fields */ }