pub trait ITsSbPlacement_Impl: Sized + ITsSbPlugin_Impl {
    // Required method
    fn QueryEnvironmentForTarget(
        &self,
        pconnection: Option<&ITsSbClientConnection>,
        pplacementsink: Option<&ITsSbPlacementNotifySink>,
    ) -> Result<()>;
}

Required Methods§

fn QueryEnvironmentForTarget( &self, pconnection: Option<&ITsSbClientConnection>, pplacementsink: Option<&ITsSbPlacementNotifySink>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§