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