pub trait IDebugHostConstant_Impl: Sized + IDebugHostSymbol_Impl {
    // Required method
    fn GetValue(&self) -> Result<VARIANT>;
}

Required Methods§

fn GetValue(&self) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§