pub trait IOfflineFilesFileItem_Impl: Sized + IOfflineFilesItem_Impl {
    // Required methods
    fn IsSparse(&self) -> Result<BOOL>;
    fn IsEncrypted(&self) -> Result<BOOL>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§