pub trait IOfflineFilesPinInfo2_Impl: Sized + IOfflineFilesPinInfo_Impl {
    // Required method
    fn IsPartlyPinned(&self) -> Result<BOOL>;
}

Required Methods§

fn IsPartlyPinned(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§