pub trait IRandomAccessStreamReference_Impl: Sized {
// Required method
fn OpenReadAsync(
&self,
) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>;
}
Required Methods§
fn OpenReadAsync( &self, ) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>
Object Safety§
This trait is not object safe.