[][src]Trait ara::AsAsyncReadAt

pub trait AsAsyncReadAt {
    type Out: ReadAt;
    fn as_async_read_at(self: &Arc<Self>) -> Self::Out;
}

Type that can be converted into an AsyncReadAt.

Associated Types

type Out: ReadAt

Loading content...

Required methods

fn as_async_read_at(self: &Arc<Self>) -> Self::Out

Loading content...

Implementors

Loading content...