pub fn load_binding(file: &str) -> Result<Option<BindingSource>>Expand description
loads a binding from the main binding dispatcher, if available+found.
Ok(Some(source)) on load — source is the on-disk path for a runtime
.rhai file binding, None for a compiled-in one; Ok(None) = not loaded.