windows::Win32::System::ServerBackup

Trait IWsbApplicationAsync_Impl

pub trait IWsbApplicationAsync_Impl: IUnknownImpl {
    // Required methods
    fn QueryStatus(&self) -> Result<HRESULT>;
    fn Abort(&self) -> Result<()>;
}

Required Methods§

fn QueryStatus(&self) -> Result<HRESULT>

fn Abort(&self) -> 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§