run_script

Function run_script 

Source
pub fn run_script(
    text: &str,
    context: Context,
    env: Option<Env>,
) -> Result<Context, ScriptError>
Expand description

Executes the provided script with the given context