Trait IInternetProtocolSinkStackable_Impl
pub trait IInternetProtocolSinkStackable_Impl: IUnknownImpl {
// Required methods
fn SwitchSink(
&self,
poiprotsink: Ref<'_, IInternetProtocolSink>,
) -> Result<()>;
fn CommitSwitch(&self) -> Result<()>;
fn RollbackSwitch(&self) -> Result<()>;
}
Required Methods§
fn SwitchSink(&self, poiprotsink: Ref<'_, IInternetProtocolSink>) -> Result<()>
fn CommitSwitch(&self) -> Result<()>
fn RollbackSwitch(&self) -> 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.