ICertGetConfig_Impl

Trait ICertGetConfig_Impl 

pub trait ICertGetConfig_Impl: IDispatch_Impl {
    // Required method
    fn GetConfig(&self, flags: CERT_GET_CONFIG_FLAGS) -> Result<BSTR>;
}

Required Methods§

fn GetConfig(&self, flags: CERT_GET_CONFIG_FLAGS) -> Result<BSTR>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§