pub trait ScriptFunctionMut<'env, Marker> {
// Required method
fn into_dynamic_script_function_mut(self) -> DynamicScriptFunctionMut;
}
Expand description
A trait implemented by functions which can act as mutable dynamic script functions.
Required Methods§
Sourcefn into_dynamic_script_function_mut(self) -> DynamicScriptFunctionMut
fn into_dynamic_script_function_mut(self) -> DynamicScriptFunctionMut
Convert this function into a DynamicScriptFunctionMut