Skip to main content

IAkBankManager_AsyncBankHandle

Trait IAkBankManager_AsyncBankHandle 

Source
pub trait IAkBankManager_AsyncBankHandle: IAkBankManager_BankHandle {
    // Provided methods
    fn bank_callback(self) -> AkCallbackManager_BankCallback { ... }
    fn set_bank_callback(self, value: AkCallbackManager_BankCallback) { ... }
}

Provided Methods§

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§