pub trait IOfflineFilesGhostInfo_Impl: Sized {
    // Required method
    fn IsGhosted(&self) -> Result<BOOL>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§