pub type WrappedVirtualDevice = Arc<Mutex<Box<dyn VirtualDevice>>>;
Expand description
WrappedVirtualDevice
represents a VirtualDevice
implementaiton
that is reference counted and guarded by a mutex, so that it can
be shared across threads
Aliased Typeยง
pub struct WrappedVirtualDevice { /* private fields */ }