pub trait IIScriptPrivateResourceMethods: IIScriptPrivateResource {
// Provided method
fn get_owner_script(self) -> Script { ... }
}Provided Methods§
Sourcefn get_owner_script(self) -> Script
fn get_owner_script(self) -> Script
get_OwnerScript() 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§
impl<__T: IIScriptPrivateResource> IIScriptPrivateResourceMethods for __T
Available on crate feature
moon_sharp-interpreter-iscriptprivateresource only.