Skip to main content

execute_script

Function execute_script 

Source
pub fn execute_script(src: &str) -> Result<i32, String>
Expand description

Run a script source string on the live executor. Ok(0) when no executor is in scope.