Skip to main content

ITurnAfterInspectorMethods

Trait ITurnAfterInspectorMethods 

Source
pub trait ITurnAfterInspectorMethods: ITurnAfterInspector {
    // 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: ITurnAfterInspector> ITurnAfterInspectorMethods for __T

Available on crate feature app-turnafterinspector only.