windows::Storage::Provider

Trait IStorageProviderUriSource_Impl

pub trait IStorageProviderUriSource_Impl: IUnknownImpl {
    // Required methods
    fn GetPathForContentUri(
        &self,
        contentUri: &HSTRING,
        result: Ref<'_, StorageProviderGetPathForContentUriResult>,
    ) -> Result<()>;
    fn GetContentInfoForPath(
        &self,
        path: &HSTRING,
        result: Ref<'_, StorageProviderGetContentInfoForPathResult>,
    ) -> Result<()>;
}

Required Methods§

fn GetPathForContentUri( &self, contentUri: &HSTRING, result: Ref<'_, StorageProviderGetPathForContentUriResult>, ) -> Result<()>

fn GetContentInfoForPath( &self, path: &HSTRING, result: Ref<'_, StorageProviderGetContentInfoForPathResult>, ) -> Result<()>

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§