pub fn load_script() -> Result<Script, SysError>
Expand description

Load script

Example

let script = load_script().unwrap();