Trait IADsNamespaces_Impl
pub trait IADsNamespaces_Impl: IADs_Impl {
// Required methods
fn DefaultContainer(&self) -> Result<BSTR>;
fn SetDefaultContainer(&self, bstrdefaultcontainer: &BSTR) -> Result<()>;
}
Required Methods§
fn DefaultContainer(&self) -> Result<BSTR>
fn SetDefaultContainer(&self, bstrdefaultcontainer: &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.