pub trait ICacheInitialization_CacheInitOp: IAsyncOperationBase_1<bool> {
// Provided methods
fn m_callback(self) -> Func_1<bool> { ... }
fn set_m_callback(self, value: Func_1<bool>) { ... }
}Provided Methods§
fn m_callback(self) -> Func_1<bool>
fn set_m_callback(self, value: Func_1<bool>)
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.