IMSMQEvent2_Impl

Trait IMSMQEvent2_Impl 

pub trait IMSMQEvent2_Impl: IMSMQEvent_Impl {
    // Required method
    fn Properties(&self) -> Result<IDispatch>;
}

Required Methods§

fn Properties(&self) -> Result<IDispatch>

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§