Skip to main content

IReviveAfterInspectorMethods

Trait IReviveAfterInspectorMethods 

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

Available on crate feature app-reviveafterinspector only.