Trait windows::Storage::IStorageItem2_Impl
pub trait IStorageItem2_Impl: Sized + IStorageItem_Impl {
// Required methods
fn GetParentAsync(&self) -> Result<IAsyncOperation<StorageFolder>>;
fn IsEqual(&self, item: Option<&IStorageItem>) -> Result<bool>;
}
Required Methods§
fn GetParentAsync(&self) -> Result<IAsyncOperation<StorageFolder>>
fn IsEqual(&self, item: Option<&IStorageItem>) -> Result<bool>
Object Safety§
This trait is not object safe.