pub trait ITsSbOrchestrationNotifySink_Impl: Sized + ITsSbBaseNotifySink_Impl {
// Required method
fn OnReadyToConnect(&self, ptarget: Option<&ITsSbTarget>) -> Result<()>;
}
Required Methods§
fn OnReadyToConnect(&self, ptarget: Option<&ITsSbTarget>) -> Result<()>
Object Safety§
This trait is not object safe.