pub trait ITPluggableTerminalSuperclassInfo_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn CLSID(&self) -> Result<BSTR>;
}

Required Methods§

fn Name(&self) -> Result<BSTR>

fn CLSID(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§