Trait windows::Storage::Streams::IInputStream_Impl
pub trait IInputStream_Impl: Sized + IClosable_Impl {
// Required method
fn ReadAsync(
&self,
buffer: Option<&IBuffer>,
count: u32,
options: InputStreamOptions,
) -> Result<IAsyncOperationWithProgress<IBuffer, u32>>;
}
Required Methods§
fn ReadAsync( &self, buffer: Option<&IBuffer>, count: u32, options: InputStreamOptions, ) -> Result<IAsyncOperationWithProgress<IBuffer, u32>>
Object Safety§
This trait is not object safe.