Trait IFsrmActionReport_Impl
pub trait IFsrmActionReport_Impl: IFsrmAction_Impl {
// Required methods
fn ReportTypes(&self) -> Result<*mut SAFEARRAY>;
fn SetReportTypes(&self, reporttypes: *const SAFEARRAY) -> Result<()>;
fn MailTo(&self) -> Result<BSTR>;
fn SetMailTo(&self, mailto: &BSTR) -> Result<()>;
}
Required Methods§
fn ReportTypes(&self) -> Result<*mut SAFEARRAY>
fn SetReportTypes(&self, reporttypes: *const SAFEARRAY) -> Result<()>
fn MailTo(&self) -> Result<BSTR>
fn SetMailTo(&self, mailto: &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.