pub trait IAkEvent_CallbackDataMethods: IAkEvent_CallbackData {
// Provided methods
fn call_function(self, event_callback_msg: impl Into<AkEventCallbackMsg>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn call_function(self, event_callback_msg: impl Into<AkEventCallbackMsg>)
fn call_function(self, event_callback_msg: impl Into<AkEventCallbackMsg>)
CallFunction(crate::root::akeventcallbackmsg::AkEventCallbackMsg) 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§
impl<__T: IAkEvent_CallbackData> IAkEvent_CallbackDataMethods for __T
Available on crate feature
root-akevent only.