windows::Win32::Security::Cryptography::Certificates

Trait ICertConfig2_Impl

pub trait ICertConfig2_Impl: ICertConfig_Impl {
    // Required method
    fn SetSharedFolder(&self, strsharedfolder: &BSTR) -> Result<()>;
}

Required Methods§

fn SetSharedFolder(&self, strsharedfolder: &BSTR) -> Result<()>

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§