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

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§