windows::Storage::Streams

Trait IRandomAccessStreamReference_Impl

pub trait IRandomAccessStreamReference_Impl: IUnknownImpl {
    // Required method
    fn OpenReadAsync(
        &self,
    ) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>;
}

Required Methods§

fn OpenReadAsync( &self, ) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§