Trait IADsEmail_Impl
pub trait IADsEmail_Impl: IDispatch_Impl {
// Required methods
fn Type(&self) -> Result<i32>;
fn SetType(&self, lntype: i32) -> Result<()>;
fn Address(&self) -> Result<BSTR>;
fn SetAddress(&self, bstraddress: &BSTR) -> Result<()>;
}
Required Methods§
fn Type(&self) -> Result<i32>
fn SetType(&self, lntype: i32) -> Result<()>
fn Address(&self) -> Result<BSTR>
fn SetAddress(&self, bstraddress: &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.