pub trait IRDPSRAPIDebug_Impl: Sized {
    // Required methods
    fn SetCLXCmdLine(&self, clxcmdline: &BSTR) -> Result<()>;
    fn CLXCmdLine(&self) -> Result<BSTR>;
}

Required Methods§

fn SetCLXCmdLine(&self, clxcmdline: &BSTR) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§