Trait ITsSbOrchestrationNotifySink_Impl
pub trait ITsSbOrchestrationNotifySink_Impl: ITsSbBaseNotifySink_Impl {
// Required method
fn OnReadyToConnect(&self, ptarget: Ref<'_, ITsSbTarget>) -> Result<()>;
}
Required Methods§
fn OnReadyToConnect(&self, ptarget: Ref<'_, ITsSbTarget>) -> 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.