Skip to main content

IDebugInfo

Trait IDebugInfo 

Source
pub trait IDebugInfo: ISingletonScriptableObject_1<DebugInfo> {
    // Provided methods
    fn skip_warnings(self) -> Array<Il2CppString> { ... }
    fn set_skip_warnings(self, value: Array<Il2CppString>) { ... }
}

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§