pub trait IBDA_EasMessage_Impl: Sized {
    // Required method
    fn get_EasMessage(
        &self,
        uleventid: u32,
        ppeasobject: *mut Option<IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn get_EasMessage( &self, uleventid: u32, ppeasobject: *mut Option<IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§