Function execute

Source
pub fn execute(script: &str) -> Result<()>
Expand description

Execute a script.

ยงArguments

  • script - The script to execute, as a str.