windows::Win32::System::WindowsSync

Trait ISyncConstraintCallback_Impl

pub trait ISyncConstraintCallback_Impl: IUnknownImpl {
    // Required method
    fn OnConstraintConflict(
        &self,
        pconflict: Ref<'_, IConstraintConflict>,
    ) -> Result<()>;
}

Required Methods§

fn OnConstraintConflict( &self, pconflict: Ref<'_, IConstraintConflict>, ) -> 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§