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§

Object Safety§

This trait is not object safe.

Implementors§