Trait ITsSbLoadBalancing_Impl
pub trait ITsSbLoadBalancing_Impl: ITsSbPlugin_Impl {
// Required method
fn GetMostSuitableTarget(
&self,
pconnection: Ref<'_, ITsSbClientConnection>,
plbsink: Ref<'_, ITsSbLoadBalancingNotifySink>,
) -> Result<()>;
}
Required Methods§
fn GetMostSuitableTarget( &self, pconnection: Ref<'_, ITsSbClientConnection>, plbsink: Ref<'_, ITsSbLoadBalancingNotifySink>, ) -> 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.