Home
last modified time | relevance | path

Searched defs:to_async_disk (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/disk/src/
Ddisk.rs144 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() method
148 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() method