windows::Win32::Storage::OfflineFiles

Trait IOfflineFilesProgress_Impl

pub trait IOfflineFilesProgress_Impl: IUnknownImpl {
    // Required methods
    fn Begin(&self) -> Result<BOOL>;
    fn QueryAbort(&self) -> Result<BOOL>;
    fn End(&self, hrresult: HRESULT) -> Result<()>;
}

Required Methods§

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

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

fn End(&self, hrresult: HRESULT) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§