Trait IStorageFolder2_Impl
pub trait IStorageFolder2_Impl: IUnknownImpl {
// Required method
fn TryGetItemAsync(
&self,
name: &HSTRING,
) -> Result<IAsyncOperation<IStorageItem>>;
}
Required Methods§
fn TryGetItemAsync( &self, name: &HSTRING, ) -> Result<IAsyncOperation<IStorageItem>>
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.