pub trait ISelectCOMLBServer_Impl: Sized {
    // Required methods
    fn Init(&self) -> Result<()>;
    fn GetLBServer(&self, punk: Option<&IUnknown>) -> Result<()>;
}

Required Methods§

fn Init(&self) -> Result<()>

fn GetLBServer(&self, punk: Option<&IUnknown>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§