pub trait IServiceThreadPoolConfig_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§