Type Alias storage_device::StorageDeviceRef
source · pub type StorageDeviceRef = Arc<Mutex<dyn StorageDevice + Send>>;
Expand description
A trait object wrapped in an Arc and Mutex that allows arbitrary storage devices to be shared in a thread-safe manner.
Aliased Type§
struct StorageDeviceRef { /* private fields */ }