windows::Win32::System::RemoteDesktop

Trait ITsSbPlacementNotifySink_Impl

pub trait ITsSbPlacementNotifySink_Impl: ITsSbBaseNotifySink_Impl {
    // Required method
    fn OnQueryEnvironmentCompleted(
        &self,
        penvironment: Ref<'_, ITsSbEnvironment>,
    ) -> Result<()>;
}

Required Methods§

fn OnQueryEnvironmentCompleted( &self, penvironment: Ref<'_, ITsSbEnvironment>, ) -> 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§