register_function

Function register_function 

Source
pub fn register_function(
    scope: String,
    name: String,
    func: Arc<dyn Fn(Vec<PaxValue>) -> Result<PaxValue, String> + Send + Sync>,
)