windows::Win32::System::ComponentServices

Trait IPlaybackControl_Impl

pub trait IPlaybackControl_Impl: IUnknownImpl {
    // Required methods
    fn FinalClientRetry(&self) -> Result<()>;
    fn FinalServerRetry(&self) -> Result<()>;
}

Required Methods§

fn FinalClientRetry(&self) -> Result<()>

fn FinalServerRetry(&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§