Trait windows::Storage::IStorageFolder2_Impl
pub trait IStorageFolder2_Impl: Sized {
// Required method
fn TryGetItemAsync(
&self,
name: &HSTRING,
) -> Result<IAsyncOperation<IStorageItem>>;
}
Required Methods§
fn TryGetItemAsync( &self, name: &HSTRING, ) -> Result<IAsyncOperation<IStorageItem>>
Object Safety§
This trait is not object safe.