pub trait IAkCallbackManager_BankCallbackPackageMethods: IAkCallbackManager_BankCallbackPackage {
// Provided method
fn ctor(
self,
in_cb: impl Into<AkCallbackManager_BankCallback>,
in_cookie: impl Into<Object>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
in_cb: impl Into<AkCallbackManager_BankCallback>,
in_cookie: impl Into<Object>,
)
fn ctor( self, in_cb: impl Into<AkCallbackManager_BankCallback>, in_cookie: impl Into<Object>, )
.ctor(crate::root::akcallbackmanager::AkCallbackManager_BankCallback, crate::system::object::Object) 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: IAkCallbackManager_BankCallbackPackage> IAkCallbackManager_BankCallbackPackageMethods for __T
Available on crate feature
root-akcallbackmanager only.