windows::Storage

Trait IStorageItem2_Impl

pub trait IStorageItem2_Impl: IStorageItem_Impl {
    // Required methods
    fn GetParentAsync(&self) -> Result<IAsyncOperation<StorageFolder>>;
    fn IsEqual(&self, item: Ref<'_, IStorageItem>) -> Result<bool>;
}

Required Methods§

fn GetParentAsync(&self) -> Result<IAsyncOperation<StorageFolder>>

fn IsEqual(&self, item: Ref<'_, IStorageItem>) -> Result<bool>

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§