Skip to main content

IBattleAfterInspectorMethods

Trait IBattleAfterInspectorMethods 

Source
pub trait IBattleAfterInspectorMethods: IBattleAfterInspector {
    // Provided method
    fn ctor(self, args: impl Into<Array<DynValue>>) { ... }
}

Provided Methods§

Source

fn ctor(self, args: impl Into<Array<DynValue>>)

.ctor(::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) 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§

Source§

impl<__T: IBattleAfterInspector> IBattleAfterInspectorMethods for __T

Available on crate feature app-battleafterinspector only.