Trait windows::Storage::Streams::IInputStreamReference_Impl
pub trait IInputStreamReference_Impl: Sized {
// Required method
fn OpenSequentialReadAsync(&self) -> Result<IAsyncOperation<IInputStream>>;
}
Required Methods§
fn OpenSequentialReadAsync(&self) -> Result<IAsyncOperation<IInputStream>>
Object Safety§
This trait is not object safe.