pub trait IDebugManager_LogArgMethods: IDebugManager_LogArg {
// Provided methods
fn call(self) -> Il2CppString { ... }
fn dispose(self) { ... }
}Provided Methods§
Sourcefn call(self) -> Il2CppString
fn call(self) -> Il2CppString
Call() 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: IDebugManager_LogArg> IDebugManager_LogArgMethods for __T
Available on crate feature
app-debugmanager_2 only.