Trait IFsrmActionEventLog_Impl
pub trait IFsrmActionEventLog_Impl: IFsrmAction_Impl {
// Required methods
fn EventType(&self) -> Result<FsrmEventType>;
fn SetEventType(&self, eventtype: FsrmEventType) -> Result<()>;
fn MessageText(&self) -> Result<BSTR>;
fn SetMessageText(&self, messagetext: &BSTR) -> Result<()>;
}
Required Methods§
fn EventType(&self) -> Result<FsrmEventType>
fn SetEventType(&self, eventtype: FsrmEventType) -> Result<()>
fn MessageText(&self) -> Result<BSTR>
fn SetMessageText(&self, messagetext: &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.