Searched defs:AsyncDisk (Results 1 – 1 of 1) sorted by relevance
110 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk()114 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk()353 pub trait AsyncDisk: DiskGetLen + FileSetLen + FileAllocate { trait