Searched defs:BlockDevice (Results 1 – 3 of 3) sorted by relevance
32 disk: Weak<dyn BlockDevice>, in new()46 pub fn disk(&self) -> Arc<dyn BlockDevice> { in disk()
51 pub trait BlockDevice: Any + Send + Sync + Debug { interface
33 BlockDevice, enumerator