Trait IServiceThreadPoolConfig_Impl
pub trait IServiceThreadPoolConfig_Impl: IUnknownImpl {
// Required methods
fn SelectThreadPool(&self, threadpool: CSC_ThreadPool) -> Result<()>;
fn SetBindingInfo(&self, binding: CSC_Binding) -> Result<()>;
}
Required Methods§
fn SelectThreadPool(&self, threadpool: CSC_ThreadPool) -> Result<()>
fn SetBindingInfo(&self, binding: CSC_Binding) -> 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.