windows::Storage::Provider

Trait IStorageProviderItemPropertySource_Impl

pub trait IStorageProviderItemPropertySource_Impl: IUnknownImpl {
    // Required method
    fn GetItemProperties(
        &self,
        itemPath: &HSTRING,
    ) -> Result<IIterable<StorageProviderItemProperty>>;
}

Required Methods§

fn GetItemProperties( &self, itemPath: &HSTRING, ) -> Result<IIterable<StorageProviderItemProperty>>

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.

Implementors§