Searched refs:AsyncDisk (Results 1 – 3 of 3) sorted by relevance
110 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>>; in to_async_disk() argument114 fn to_async_disk(self: Box<Self>, ex: &Executor) -> Result<Box<dyn AsyncDisk>> { in to_async_disk() argument353 pub trait AsyncDisk: DiskGetLen + FileSetLen + FileAllocate { trait418 impl AsyncDisk for SingleFileDisk {
20 use disk::AsyncDisk;395 pub async fn read_to_at_fut<F: AsyncDisk + ?Sized>( in read_to_at_fut()411 pub async fn read_exact_to_at_fut<F: AsyncDisk + ?Sized>( in read_exact_to_at_fut()650 pub async fn write_from_at_fut<F: AsyncDisk + ?Sized>( in write_from_at_fut()664 pub async fn write_all_from_at_fut<F: AsyncDisk + ?Sized>( in write_all_from_at_fut()
31 use disk::{AsyncDisk, ToAsyncDisk};237 disk_image: Box<dyn AsyncDisk>,