Skip to main content

IReplInterpreterScriptLoaderMethods

Trait IReplInterpreterScriptLoaderMethods 

Source
pub trait IReplInterpreterScriptLoaderMethods: IReplInterpreterScriptLoader {
    // Provided methods
    fn ctor(self) { ... }
    fn resolve_module_name(
        self,
        modname: impl Into<Il2CppString>,
        global_context: impl Into<Table>,
    ) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn resolve_module_name( self, modname: impl Into<Il2CppString>, global_context: impl Into<Table>, ) -> Il2CppString

ResolveModuleName(::unity::Il2CppString, crate::moon_sharp::interpreter::table::Table) 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: IReplInterpreterScriptLoader> IReplInterpreterScriptLoaderMethods for __T

Available on crate feature moon_sharp-interpreter-repl-replinterpreterscriptloader only.