Skip to main content

IAkEvent_CallbackDataMethods

Trait IAkEvent_CallbackDataMethods 

Source
pub trait IAkEvent_CallbackDataMethods: IAkEvent_CallbackData {
    // Provided methods
    fn call_function(self, event_callback_msg: impl Into<AkEventCallbackMsg>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn call_function(self, event_callback_msg: impl Into<AkEventCallbackMsg>)

CallFunction(crate::root::akeventcallbackmsg::AkEventCallbackMsg) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IAkEvent_CallbackData> IAkEvent_CallbackDataMethods for __T

Available on crate feature root-akevent only.